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:
  • Constructor Details

    • ConfigSnapshotDeliveryProperties

      public ConfigSnapshotDeliveryProperties()
  • Method Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object