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.
Constructor and Description |
---|
ConfigSnapshotDeliveryProperties() |
Modifier and Type | Method and 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.
|
public void setDeliveryFrequency(String deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.
deliveryFrequency
- The frequency with which a AWS Config recurringly delivers
configuration snapshots.MaximumExecutionFrequency
public String getDeliveryFrequency()
The frequency with which a AWS Config recurringly delivers configuration snapshots.
MaximumExecutionFrequency
public ConfigSnapshotDeliveryProperties withDeliveryFrequency(String deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.
deliveryFrequency
- The frequency with which a AWS Config recurringly delivers
configuration snapshots.MaximumExecutionFrequency
public void setDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.
deliveryFrequency
- The frequency with which a AWS Config recurringly delivers
configuration snapshots.MaximumExecutionFrequency
public ConfigSnapshotDeliveryProperties withDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.
deliveryFrequency
- The frequency with which a AWS Config recurringly delivers
configuration snapshots.MaximumExecutionFrequency
public String toString()
toString
in class Object
Object.toString()
public ConfigSnapshotDeliveryProperties clone()
Copyright © 2018. All rights reserved.