#[non_exhaustive]
pub struct DbInstanceBuilder { /* private fields */ }
Expand description

A builder for DbInstance.

Implementations§

source§

impl DbInstanceBuilder

source

pub fn db_instance_identifier(self, input: impl Into<String>) -> Self

Contains a user-provided database identifier. This identifier is the unique key that identifies an instance.

source

pub fn set_db_instance_identifier(self, input: Option<String>) -> Self

Contains a user-provided database identifier. This identifier is the unique key that identifies an instance.

source

pub fn get_db_instance_identifier(&self) -> &Option<String>

Contains a user-provided database identifier. This identifier is the unique key that identifies an instance.

source

pub fn db_instance_class(self, input: impl Into<String>) -> Self

Contains the name of the compute and memory capacity class of the instance.

source

pub fn set_db_instance_class(self, input: Option<String>) -> Self

Contains the name of the compute and memory capacity class of the instance.

source

pub fn get_db_instance_class(&self) -> &Option<String>

Contains the name of the compute and memory capacity class of the instance.

source

pub fn engine(self, input: impl Into<String>) -> Self

Provides the name of the database engine to be used for this instance.

source

pub fn set_engine(self, input: Option<String>) -> Self

Provides the name of the database engine to be used for this instance.

source

pub fn get_engine(&self) -> &Option<String>

Provides the name of the database engine to be used for this instance.

source

pub fn db_instance_status(self, input: impl Into<String>) -> Self

Specifies the current state of this database.

source

pub fn set_db_instance_status(self, input: Option<String>) -> Self

Specifies the current state of this database.

source

pub fn get_db_instance_status(&self) -> &Option<String>

Specifies the current state of this database.

source

pub fn endpoint(self, input: Endpoint) -> Self

Specifies the connection endpoint.

source

pub fn set_endpoint(self, input: Option<Endpoint>) -> Self

Specifies the connection endpoint.

source

pub fn get_endpoint(&self) -> &Option<Endpoint>

Specifies the connection endpoint.

source

pub fn instance_create_time(self, input: DateTime) -> Self

Provides the date and time that the instance was created.

source

pub fn set_instance_create_time(self, input: Option<DateTime>) -> Self

Provides the date and time that the instance was created.

source

pub fn get_instance_create_time(&self) -> &Option<DateTime>

Provides the date and time that the instance was created.

source

pub fn preferred_backup_window(self, input: impl Into<String>) -> Self

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

source

pub fn set_preferred_backup_window(self, input: Option<String>) -> Self

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

source

pub fn get_preferred_backup_window(&self) -> &Option<String>

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

source

pub fn backup_retention_period(self, input: i32) -> Self

Specifies the number of days for which automatic snapshots are retained.

source

pub fn set_backup_retention_period(self, input: Option<i32>) -> Self

Specifies the number of days for which automatic snapshots are retained.

source

pub fn get_backup_retention_period(&self) -> &Option<i32>

Specifies the number of days for which automatic snapshots are retained.

source

pub fn vpc_security_groups(self, input: VpcSecurityGroupMembership) -> Self

Appends an item to vpc_security_groups.

To override the contents of this collection use set_vpc_security_groups.

Provides a list of VPC security group elements that the instance belongs to.

source

pub fn set_vpc_security_groups( self, input: Option<Vec<VpcSecurityGroupMembership>> ) -> Self

Provides a list of VPC security group elements that the instance belongs to.

source

pub fn get_vpc_security_groups( &self ) -> &Option<Vec<VpcSecurityGroupMembership>>

Provides a list of VPC security group elements that the instance belongs to.

source

pub fn availability_zone(self, input: impl Into<String>) -> Self

Specifies the name of the Availability Zone that the instance is located in.

source

pub fn set_availability_zone(self, input: Option<String>) -> Self

Specifies the name of the Availability Zone that the instance is located in.

source

pub fn get_availability_zone(&self) -> &Option<String>

Specifies the name of the Availability Zone that the instance is located in.

source

pub fn db_subnet_group(self, input: DbSubnetGroup) -> Self

Specifies information on the subnet group that is associated with the instance, including the name, description, and subnets in the subnet group.

source

pub fn set_db_subnet_group(self, input: Option<DbSubnetGroup>) -> Self

Specifies information on the subnet group that is associated with the instance, including the name, description, and subnets in the subnet group.

source

pub fn get_db_subnet_group(&self) -> &Option<DbSubnetGroup>

Specifies information on the subnet group that is associated with the instance, including the name, description, and subnets in the subnet group.

source

pub fn preferred_maintenance_window(self, input: impl Into<String>) -> Self

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

source

pub fn set_preferred_maintenance_window(self, input: Option<String>) -> Self

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

source

pub fn get_preferred_maintenance_window(&self) -> &Option<String>

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

source

pub fn pending_modified_values(self, input: PendingModifiedValues) -> Self

Specifies that changes to the instance are pending. This element is included only when changes are pending. Specific changes are identified by subelements.

source

pub fn set_pending_modified_values( self, input: Option<PendingModifiedValues> ) -> Self

Specifies that changes to the instance are pending. This element is included only when changes are pending. Specific changes are identified by subelements.

source

pub fn get_pending_modified_values(&self) -> &Option<PendingModifiedValues>

Specifies that changes to the instance are pending. This element is included only when changes are pending. Specific changes are identified by subelements.

source

pub fn latest_restorable_time(self, input: DateTime) -> Self

Specifies the latest time to which a database can be restored with point-in-time restore.

source

pub fn set_latest_restorable_time(self, input: Option<DateTime>) -> Self

Specifies the latest time to which a database can be restored with point-in-time restore.

source

pub fn get_latest_restorable_time(&self) -> &Option<DateTime>

Specifies the latest time to which a database can be restored with point-in-time restore.

source

pub fn engine_version(self, input: impl Into<String>) -> Self

Indicates the database engine version.

source

pub fn set_engine_version(self, input: Option<String>) -> Self

Indicates the database engine version.

source

pub fn get_engine_version(&self) -> &Option<String>

Indicates the database engine version.

source

pub fn auto_minor_version_upgrade(self, input: bool) -> Self

Does not apply. This parameter does not apply to Amazon DocumentDB. Amazon DocumentDB does not perform minor version upgrades regardless of the value set.

source

pub fn set_auto_minor_version_upgrade(self, input: Option<bool>) -> Self

Does not apply. This parameter does not apply to Amazon DocumentDB. Amazon DocumentDB does not perform minor version upgrades regardless of the value set.

source

pub fn get_auto_minor_version_upgrade(&self) -> &Option<bool>

Does not apply. This parameter does not apply to Amazon DocumentDB. Amazon DocumentDB does not perform minor version upgrades regardless of the value set.

source

pub fn publicly_accessible(self, input: bool) -> Self

Not supported. Amazon DocumentDB does not currently support public endpoints. The value of PubliclyAccessible is always false.

source

pub fn set_publicly_accessible(self, input: Option<bool>) -> Self

Not supported. Amazon DocumentDB does not currently support public endpoints. The value of PubliclyAccessible is always false.

source

pub fn get_publicly_accessible(&self) -> &Option<bool>

Not supported. Amazon DocumentDB does not currently support public endpoints. The value of PubliclyAccessible is always false.

source

pub fn status_infos(self, input: DbInstanceStatusInfo) -> Self

Appends an item to status_infos.

To override the contents of this collection use set_status_infos.

The status of a read replica. If the instance is not a read replica, this is blank.

source

pub fn set_status_infos(self, input: Option<Vec<DbInstanceStatusInfo>>) -> Self

The status of a read replica. If the instance is not a read replica, this is blank.

source

pub fn get_status_infos(&self) -> &Option<Vec<DbInstanceStatusInfo>>

The status of a read replica. If the instance is not a read replica, this is blank.

source

pub fn db_cluster_identifier(self, input: impl Into<String>) -> Self

Contains the name of the cluster that the instance is a member of if the instance is a member of a cluster.

source

pub fn set_db_cluster_identifier(self, input: Option<String>) -> Self

Contains the name of the cluster that the instance is a member of if the instance is a member of a cluster.

source

pub fn get_db_cluster_identifier(&self) -> &Option<String>

Contains the name of the cluster that the instance is a member of if the instance is a member of a cluster.

source

pub fn storage_encrypted(self, input: bool) -> Self

Specifies whether or not the instance is encrypted.

source

pub fn set_storage_encrypted(self, input: Option<bool>) -> Self

Specifies whether or not the instance is encrypted.

source

pub fn get_storage_encrypted(&self) -> &Option<bool>

Specifies whether or not the instance is encrypted.

source

pub fn kms_key_id(self, input: impl Into<String>) -> Self

If StorageEncrypted is true, the KMS key identifier for the encrypted instance.

source

pub fn set_kms_key_id(self, input: Option<String>) -> Self

If StorageEncrypted is true, the KMS key identifier for the encrypted instance.

source

pub fn get_kms_key_id(&self) -> &Option<String>

If StorageEncrypted is true, the KMS key identifier for the encrypted instance.

source

pub fn dbi_resource_id(self, input: impl Into<String>) -> Self

The Amazon Web Services Region-unique, immutable identifier for the instance. This identifier is found in CloudTrail log entries whenever the KMS key for the instance is accessed.

source

pub fn set_dbi_resource_id(self, input: Option<String>) -> Self

The Amazon Web Services Region-unique, immutable identifier for the instance. This identifier is found in CloudTrail log entries whenever the KMS key for the instance is accessed.

source

pub fn get_dbi_resource_id(&self) -> &Option<String>

The Amazon Web Services Region-unique, immutable identifier for the instance. This identifier is found in CloudTrail log entries whenever the KMS key for the instance is accessed.

source

pub fn ca_certificate_identifier(self, input: impl Into<String>) -> Self

The identifier of the CA certificate for this DB instance.

source

pub fn set_ca_certificate_identifier(self, input: Option<String>) -> Self

The identifier of the CA certificate for this DB instance.

source

pub fn get_ca_certificate_identifier(&self) -> &Option<String>

The identifier of the CA certificate for this DB instance.

source

pub fn copy_tags_to_snapshot(self, input: bool) -> Self

A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

source

pub fn set_copy_tags_to_snapshot(self, input: Option<bool>) -> Self

A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

source

pub fn get_copy_tags_to_snapshot(&self) -> &Option<bool>

A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

source

pub fn promotion_tier(self, input: i32) -> Self

A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.

source

pub fn set_promotion_tier(self, input: Option<i32>) -> Self

A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.

source

pub fn get_promotion_tier(&self) -> &Option<i32>

A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.

source

pub fn db_instance_arn(self, input: impl Into<String>) -> Self

The Amazon Resource Name (ARN) for the instance.

source

pub fn set_db_instance_arn(self, input: Option<String>) -> Self

The Amazon Resource Name (ARN) for the instance.

source

pub fn get_db_instance_arn(&self) -> &Option<String>

The Amazon Resource Name (ARN) for the instance.

source

pub fn enabled_cloudwatch_logs_exports(self, input: impl Into<String>) -> Self

Appends an item to enabled_cloudwatch_logs_exports.

To override the contents of this collection use set_enabled_cloudwatch_logs_exports.

A list of log types that this instance is configured to export to CloudWatch Logs.

source

pub fn set_enabled_cloudwatch_logs_exports( self, input: Option<Vec<String>> ) -> Self

A list of log types that this instance is configured to export to CloudWatch Logs.

source

pub fn get_enabled_cloudwatch_logs_exports(&self) -> &Option<Vec<String>>

A list of log types that this instance is configured to export to CloudWatch Logs.

source

pub fn certificate_details(self, input: CertificateDetails) -> Self

The details of the DB instance's server certificate.

source

pub fn set_certificate_details(self, input: Option<CertificateDetails>) -> Self

The details of the DB instance's server certificate.

source

pub fn get_certificate_details(&self) -> &Option<CertificateDetails>

The details of the DB instance's server certificate.

source

pub fn performance_insights_enabled(self, input: bool) -> Self

Set to true if Amazon RDS Performance Insights is enabled for the DB instance, and otherwise false.

source

pub fn set_performance_insights_enabled(self, input: Option<bool>) -> Self

Set to true if Amazon RDS Performance Insights is enabled for the DB instance, and otherwise false.

source

pub fn get_performance_insights_enabled(&self) -> &Option<bool>

Set to true if Amazon RDS Performance Insights is enabled for the DB instance, and otherwise false.

source

pub fn performance_insights_kms_key_id(self, input: impl Into<String>) -> Self

The KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.

source

pub fn set_performance_insights_kms_key_id(self, input: Option<String>) -> Self

The KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.

source

pub fn get_performance_insights_kms_key_id(&self) -> &Option<String>

The KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.

source

pub fn build(self) -> DbInstance

Consumes the builder and constructs a DbInstance.

Trait Implementations§

source§

impl Clone for DbInstanceBuilder

source§

fn clone(&self) -> DbInstanceBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DbInstanceBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for DbInstanceBuilder

source§

fn default() -> DbInstanceBuilder

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

impl PartialEq for DbInstanceBuilder

source§

fn eq(&self, other: &DbInstanceBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for DbInstanceBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

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

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more