pub struct Builder { /* private fields */ }
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 Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.

Provides the list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.

Specifies the identifier for the DB cluster snapshot.

Specifies the identifier for the DB cluster snapshot.

Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.

Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.

Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

Specifies the name of the database engine for this DB cluster snapshot.

Specifies the name of the database engine for this DB cluster snapshot.

Provides the engine mode of the database engine for this DB cluster snapshot.

Provides the engine mode of the database engine for this DB cluster snapshot.

Specifies the allocated storage size in gibibytes (GiB).

Specifies the allocated storage size in gibibytes (GiB).

Specifies the status of this DB cluster snapshot. Valid statuses are the following:

  • available

  • copying

  • creating

Specifies the status of this DB cluster snapshot. Valid statuses are the following:

  • available

  • copying

  • creating

Specifies the port that the DB cluster was listening on at the time of the snapshot.

Specifies the port that the DB cluster was listening on at the time of the snapshot.

Provides the VPC ID associated with the DB cluster snapshot.

Provides the VPC ID associated with the DB cluster snapshot.

Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).

Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).

Provides the master username for this DB cluster snapshot.

Provides the master username for this DB cluster snapshot.

Provides the version of the database engine for this DB cluster snapshot.

Provides the version of the database engine for this DB cluster snapshot.

Provides the license model information for this DB cluster snapshot.

Provides the license model information for this DB cluster snapshot.

Provides the type of the DB cluster snapshot.

Provides the type of the DB 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 DB cluster snapshot is encrypted.

Specifies whether the DB cluster snapshot is encrypted.

If StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB cluster snapshot.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB cluster snapshot.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

The Amazon Resource Name (ARN) for the DB cluster snapshot.

The Amazon Resource Name (ARN) for the DB cluster snapshot.

If the DB cluster snapshot was copied from a source DB cluster snapshot, the Amazon Resource Name (ARN) for the source DB cluster snapshot, otherwise, a null value.

If the DB cluster snapshot was copied from a source DB cluster snapshot, the Amazon Resource Name (ARN) for the source DB cluster snapshot, otherwise, a null value.

True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

Appends an item to tag_list.

To override the contents of this collection use set_tag_list.

A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.

A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.

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 !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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