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 ConfigSnapshotDeliveryProperties
clone()
boolean
equals(Object obj)
String
getDeliveryFrequency()
The frequency with which a AWS Config recurringly delivers configuration snapshots.int
hashCode()
void
setDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.void
setDeliveryFrequency(String deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.String
toString()
Returns a string representation of this object; useful for testing and debugging.ConfigSnapshotDeliveryProperties
withDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.ConfigSnapshotDeliveryProperties
withDeliveryFrequency(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ConfigSnapshotDeliveryProperties clone()
-
-