#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyClusterSnapshotInput
Implementations
The identifier of the snapshot whose setting you want to modify.
The identifier of the snapshot whose setting you want to modify.
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.
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.
A Boolean option to override an exception if the retention period has already passed.
A Boolean option to override an exception if the retention period has already passed.
Consumes the builder and constructs a ModifyClusterSnapshotInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more