Class ConfigSnapshotDeliveryProperties
- java.lang.Object
-
- com.amazonaws.services.config.model.ConfigSnapshotDeliveryProperties
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ConfigSnapshotDeliveryProperties extends Object implements Serializable, Cloneable
Options for how AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigSnapshotDeliveryProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigSnapshotDeliveryPropertiesclone()booleanequals(Object obj)StringgetDeliveryFrequency()The frequency with which a AWS Config recurringly delivers configuration snapshots.inthashCode()voidsetDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)The frequency with which a AWS Config recurringly delivers configuration snapshots.voidsetDeliveryFrequency(String deliveryFrequency)The frequency with which a AWS Config recurringly delivers configuration snapshots.StringtoString()Returns a string representation of this object; useful for testing and debugging.ConfigSnapshotDeliveryPropertieswithDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)The frequency with which a AWS Config recurringly delivers configuration snapshots.ConfigSnapshotDeliveryPropertieswithDeliveryFrequency(String deliveryFrequency)The frequency with which a AWS Config recurringly delivers configuration snapshots.
-
-
-
Method Detail
-
setDeliveryFrequency
public void setDeliveryFrequency(String deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.
- Parameters:
deliveryFrequency- The frequency with which a AWS Config recurringly delivers configuration snapshots.- See Also:
MaximumExecutionFrequency
-
getDeliveryFrequency
public String getDeliveryFrequency()
The frequency with which a AWS Config recurringly delivers configuration snapshots.
- Returns:
- The frequency with which a AWS Config recurringly delivers configuration snapshots.
- See Also:
MaximumExecutionFrequency
-
withDeliveryFrequency
public ConfigSnapshotDeliveryProperties withDeliveryFrequency(String deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.
- Parameters:
deliveryFrequency- The frequency with which a AWS Config recurringly delivers configuration snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaximumExecutionFrequency
-
setDeliveryFrequency
public void setDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.
- Parameters:
deliveryFrequency- The frequency with which a AWS Config recurringly delivers configuration snapshots.- See Also:
MaximumExecutionFrequency
-
withDeliveryFrequency
public ConfigSnapshotDeliveryProperties withDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.
- Parameters:
deliveryFrequency- The frequency with which a AWS Config recurringly delivers configuration snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaximumExecutionFrequency
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ConfigSnapshotDeliveryProperties clone()
-
-