pub struct Builder { /* private fields */ }
Expand description

A builder for DbSnapshot.

Implementations

Specifies the identifier for the DB snapshot.

Specifies the identifier for the DB snapshot.

Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

Specifies when the snapshot was taken in Coordinated Universal Time (UTC). Changes for the copy when the snapshot is copied.

Specifies when the snapshot was taken in Coordinated Universal Time (UTC). Changes for the copy when the snapshot is copied.

Specifies the name of the database engine.

Specifies the name of the database engine.

Specifies the allocated storage size in gibibytes (GiB).

Specifies the allocated storage size in gibibytes (GiB).

Specifies the status of this DB snapshot.

Specifies the status of this DB snapshot.

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

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

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

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

Provides the VPC ID associated with the DB snapshot.

Provides 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.

Provides the master username for the DB snapshot.

Provides the master username for the DB snapshot.

Specifies the version of the database engine.

Specifies the version of the database engine.

License model information for the restored DB instance.

License model information for the restored DB instance.

Provides the type of the DB snapshot.

Provides the type of the DB snapshot.

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

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

Provides the option group name for the DB snapshot.

Provides 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 Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has a value in the case of a cross-account or cross-Region copy.

The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has a value in the case of a cross-account or cross-Region copy.

Specifies the storage type associated with DB snapshot.

Specifies the storage type associated with 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.

Specifies whether the DB snapshot is encrypted.

Specifies whether the DB snapshot is encrypted.

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

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

If Encrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB 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 snapshot.

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

The time zone of the DB snapshot. In most cases, the Timezone element is empty. Timezone content appears only for snapshots taken from Microsoft SQL Server DB instances that were created with a time zone specified.

The time zone of the DB snapshot. In most cases, the Timezone element is empty. Timezone content appears only for snapshots taken from Microsoft SQL Server DB instances that were created with a time zone specified.

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 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 when the DB snapshot was created.

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created.

The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.

The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.

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.

Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.

Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.

The timestamp of the most recent transaction applied to the database that you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed.

If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two hours. *** REVIEWERS 7/27: Switchover

The timestamp of the most recent transaction applied to the database that you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed.

If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two hours. *** REVIEWERS 7/27: Switchover

Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.

Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.

Consumes the builder and constructs a DbSnapshot.

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