Class ConfigSnapshotDeliveryProperties
java.lang.Object
com.amazonaws.services.config.model.ConfigSnapshotDeliveryProperties
- All Implemented Interfaces:
Serializable
,Cloneable
Options for how AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withDeliveryFrequency
(MaximumExecutionFrequency deliveryFrequency) The frequency with which a AWS Config recurringly delivers configuration snapshots.withDeliveryFrequency
(String deliveryFrequency) The frequency with which a AWS Config recurringly delivers configuration snapshots.
-
Constructor Details
-
ConfigSnapshotDeliveryProperties
public ConfigSnapshotDeliveryProperties()
-
-
Method Details
-
setDeliveryFrequency
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:
-
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:
-
withDeliveryFrequency
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:
-
setDeliveryFrequency
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:
-
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:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-