Struct aws_sdk_docdb::model::db_cluster_snapshot::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DbClusterSnapshot
Implementations
Appends an item to availability_zones.
To override the contents of this collection use set_availability_zones.
Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.
Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.
Specifies the identifier for the cluster snapshot.
Specifies the identifier for the cluster snapshot.
Specifies the cluster identifier of the cluster that this cluster snapshot was created from.
Specifies the cluster identifier of the cluster that this cluster snapshot was created from.
Provides the time when the snapshot was taken, in UTC.
Provides the time when the snapshot was taken, in UTC.
Specifies the name of the database engine.
Specifies the name of the database engine.
Specifies the status of this cluster snapshot.
Specifies the status of this cluster snapshot.
Specifies the port that the cluster was listening on at the time of the snapshot.
Specifies the port that the cluster was listening on at the time of the snapshot.
Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.
Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.
Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).
Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).
Provides the master user name for the cluster snapshot.
Provides the master user name for the cluster snapshot.
Provides the version of the database engine for this cluster snapshot.
Provides the version of the database engine for this cluster snapshot.
Provides the type of the cluster snapshot.
Provides the type of the cluster snapshot.
Specifies the percentage of the estimated data that has been transferred.
Specifies the percentage of the estimated data that has been transferred.
Specifies whether the cluster snapshot is encrypted.
Specifies whether the cluster snapshot is encrypted.
If StorageEncrypted is true, the KMS key identifier for the encrypted cluster snapshot.
If StorageEncrypted is true, the KMS key identifier for the encrypted cluster snapshot.
The Amazon Resource Name (ARN) for the cluster snapshot.
The Amazon Resource Name (ARN) for the cluster snapshot.
If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot; otherwise, a null value.
If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot; otherwise, a null value.
Consumes the builder and constructs a DbClusterSnapshot
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
