Class ConfigSnapshotDeliveryProperties

    • Constructor Detail

      • ConfigSnapshotDeliveryProperties

        public ConfigSnapshotDeliveryProperties()
    • 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 class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object