Struct aws_sdk_securityhub::model::aws_rds_db_snapshot_details::Builder[][src]

#[non_exhaustive]
pub struct Builder { /* fields omitted */ }
Expand description

Implementations

The name or ARN of the DB snapshot that is used to restore the DB instance.

The name or ARN of the DB snapshot that is used to restore the DB instance.

A name for the DB instance.

A name for the DB instance.

When the snapshot was taken in Coordinated Universal Time (UTC).

When the snapshot was taken in Coordinated Universal Time (UTC).

The name of the database engine to use for this DB instance.

The name of the database engine to use for this DB instance.

The amount of storage (in gigabytes) to be initially allocated for the database instance.

The amount of storage (in gigabytes) to be initially allocated for the database instance.

The status of this DB snapshot.

The status of this DB snapshot.

The port that the database engine was listening on at the time of the snapshot.

The port that the database engine was listening on at the time of the snapshot.

Specifies the name of the Availability Zone in which the DB instance was located at the time of the DB snapshot.

Specifies the name of the Availability Zone in which the DB instance was located at the time of the DB snapshot.

The VPC ID associated with the DB snapshot.

The VPC ID associated with the DB snapshot.

Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.

Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.

The master user name for the DB snapshot.

The master user name for the DB snapshot.

The version of the database engine.

The version of the database engine.

License model information for the restored DB instance.

License model information for the restored DB instance.

The type of the DB snapshot.

The type of the DB snapshot.

The provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

The provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

The option group name for the DB snapshot.

The option group name for the DB snapshot.

The percentage of the estimated data that has been transferred.

The percentage of the estimated data that has been transferred.

The Amazon Web Services Region that the DB snapshot was created in or copied from.

The Amazon Web Services Region that the DB snapshot was created in or copied from.

The DB snapshot ARN that the DB snapshot was copied from.

The DB snapshot ARN that the DB snapshot was copied from.

The storage type associated with the DB snapshot.

The storage type associated with the DB snapshot.

The ARN from the key store with which to associate the instance for TDE encryption.

The ARN from the key store with which to associate the instance for TDE encryption.

Whether the DB snapshot is encrypted.

Whether the DB snapshot is encrypted.

If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

The time zone of the DB snapshot.

The time zone of the DB snapshot.

Whether mapping of IAM accounts to database accounts is enabled.

Whether mapping of IAM accounts to database accounts is enabled.

Appends an item to processor_features.

To override the contents of this collection use set_processor_features.

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

The identifier for the source DB instance.

The identifier for the source DB instance.

Consumes the builder and constructs a AwsRdsDbSnapshotDetails

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