Struct aws_sdk_redshift::input::batch_modify_cluster_snapshots_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for BatchModifyClusterSnapshotsInput
Implementations
Appends an item to snapshot_identifier_list
.
To override the contents of this collection use set_snapshot_identifier_list
.
A list of snapshot identifiers you want to modify.
A list of snapshot identifiers you want to modify.
The number of days that a manual snapshot is retained. If you specify the value -1, the manual snapshot is retained indefinitely.
The number must be either -1 or an integer between 1 and 3,653.
If you decrease the manual snapshot retention period from its current value, existing manual snapshots that fall outside of the new retention period will return an error. If you want to suppress the errors and delete the snapshots, use the force option.
The number of days that a manual snapshot is retained. If you specify the value -1, the manual snapshot is retained indefinitely.
The number must be either -1 or an integer between 1 and 3,653.
If you decrease the manual snapshot retention period from its current value, existing manual snapshots that fall outside of the new retention period will return an error. If you want to suppress the errors and delete the snapshots, use the force option.
A boolean value indicating whether to override an exception if the retention period has passed.
A boolean value indicating whether to override an exception if the retention period has passed.
Consumes the builder and constructs a BatchModifyClusterSnapshotsInput
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