#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ClusterSnapshotCopyStatus
Implementations
The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.
The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.
The number of days that automated snapshots are retained in the destination region after they are copied from a source region.
The number of days that automated snapshots are retained in the destination region after they are copied from a source region.
The number of days that automated snapshots are retained in the destination region after they are copied from a source region. If the value is -1, the manual snapshot is retained indefinitely.
The value must be either -1 or an integer between 1 and 3,653.
The number of days that automated snapshots are retained in the destination region after they are copied from a source region. If the value is -1, the manual snapshot is retained indefinitely.
The value must be either -1 or an integer between 1 and 3,653.
The name of the snapshot copy grant.
The name of the snapshot copy grant.
Consumes the builder and constructs a ClusterSnapshotCopyStatus
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