Class ModifyClusterSnapshotRequest

    • Method Detail

      • snapshotIdentifier

        public final String snapshotIdentifier()

        The identifier of the snapshot whose setting you want to modify.

        Returns:
        The identifier of the snapshot whose setting you want to modify.
      • manualSnapshotRetentionPeriod

        public final Integer manualSnapshotRetentionPeriod()

        The number of days that a manual snapshot is retained. If the value is -1, the manual snapshot is retained indefinitely.

        If the manual snapshot falls outside of the new retention period, you can specify the force option to immediately delete the snapshot.

        The value must be either -1 or an integer between 1 and 3,653.

        Returns:
        The number of days that a manual snapshot is retained. If the value is -1, the manual snapshot is retained indefinitely.

        If the manual snapshot falls outside of the new retention period, you can specify the force option to immediately delete the snapshot.

        The value must be either -1 or an integer between 1 and 3,653.

      • force

        public final Boolean force()

        A Boolean option to override an exception if the retention period has already passed.

        Returns:
        A Boolean option to override an exception if the retention period has already passed.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object