Struct aws_sdk_securityhub::model::aws_rds_db_snapshot_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsRdsDbSnapshotDetails
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 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.
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.
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
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