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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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