#[non_exhaustive]pub struct AwsRdsDbPendingModifiedValuesBuilder { /* private fields */ }
Expand description
A builder for AwsRdsDbPendingModifiedValues
.
Implementations§
source§impl AwsRdsDbPendingModifiedValuesBuilder
impl AwsRdsDbPendingModifiedValuesBuilder
sourcepub fn db_instance_class(self, input: impl Into<String>) -> Self
pub fn db_instance_class(self, input: impl Into<String>) -> Self
The new DB instance class for the DB instance.
sourcepub fn set_db_instance_class(self, input: Option<String>) -> Self
pub fn set_db_instance_class(self, input: Option<String>) -> Self
The new DB instance class for the DB instance.
sourcepub fn get_db_instance_class(&self) -> &Option<String>
pub fn get_db_instance_class(&self) -> &Option<String>
The new DB instance class for the DB instance.
sourcepub fn allocated_storage(self, input: i32) -> Self
pub fn allocated_storage(self, input: i32) -> Self
The new value of the allocated storage for the DB instance.
sourcepub fn set_allocated_storage(self, input: Option<i32>) -> Self
pub fn set_allocated_storage(self, input: Option<i32>) -> Self
The new value of the allocated storage for the DB instance.
sourcepub fn get_allocated_storage(&self) -> &Option<i32>
pub fn get_allocated_storage(&self) -> &Option<i32>
The new value of the allocated storage for the DB instance.
sourcepub fn master_user_password(self, input: impl Into<String>) -> Self
pub fn master_user_password(self, input: impl Into<String>) -> Self
The new master user password for the DB instance.
sourcepub fn set_master_user_password(self, input: Option<String>) -> Self
pub fn set_master_user_password(self, input: Option<String>) -> Self
The new master user password for the DB instance.
sourcepub fn get_master_user_password(&self) -> &Option<String>
pub fn get_master_user_password(&self) -> &Option<String>
The new master user password for the DB instance.
sourcepub fn backup_retention_period(self, input: i32) -> Self
pub fn backup_retention_period(self, input: i32) -> Self
The new backup retention period for the DB instance.
sourcepub fn set_backup_retention_period(self, input: Option<i32>) -> Self
pub fn set_backup_retention_period(self, input: Option<i32>) -> Self
The new backup retention period for the DB instance.
sourcepub fn get_backup_retention_period(&self) -> &Option<i32>
pub fn get_backup_retention_period(&self) -> &Option<i32>
The new backup retention period for the DB instance.
sourcepub fn multi_az(self, input: bool) -> Self
pub fn multi_az(self, input: bool) -> Self
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
sourcepub fn set_multi_az(self, input: Option<bool>) -> Self
pub fn set_multi_az(self, input: Option<bool>) -> Self
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
sourcepub fn get_multi_az(&self) -> &Option<bool>
pub fn get_multi_az(&self) -> &Option<bool>
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
sourcepub fn engine_version(self, input: impl Into<String>) -> Self
pub fn engine_version(self, input: impl Into<String>) -> Self
The new engine version for the DB instance.
sourcepub fn set_engine_version(self, input: Option<String>) -> Self
pub fn set_engine_version(self, input: Option<String>) -> Self
The new engine version for the DB instance.
sourcepub fn get_engine_version(&self) -> &Option<String>
pub fn get_engine_version(&self) -> &Option<String>
The new engine version for the DB instance.
sourcepub fn license_model(self, input: impl Into<String>) -> Self
pub fn license_model(self, input: impl Into<String>) -> Self
The new license model value for the DB instance.
sourcepub fn set_license_model(self, input: Option<String>) -> Self
pub fn set_license_model(self, input: Option<String>) -> Self
The new license model value for the DB instance.
sourcepub fn get_license_model(&self) -> &Option<String>
pub fn get_license_model(&self) -> &Option<String>
The new license model value for the DB instance.
sourcepub fn set_iops(self, input: Option<i32>) -> Self
pub fn set_iops(self, input: Option<i32>) -> Self
The new provisioned IOPS value for the DB instance.
sourcepub fn db_instance_identifier(self, input: impl Into<String>) -> Self
pub fn db_instance_identifier(self, input: impl Into<String>) -> Self
The new DB instance identifier for the DB instance.
sourcepub fn set_db_instance_identifier(self, input: Option<String>) -> Self
pub fn set_db_instance_identifier(self, input: Option<String>) -> Self
The new DB instance identifier for the DB instance.
sourcepub fn get_db_instance_identifier(&self) -> &Option<String>
pub fn get_db_instance_identifier(&self) -> &Option<String>
The new DB instance identifier for the DB instance.
sourcepub fn storage_type(self, input: impl Into<String>) -> Self
pub fn storage_type(self, input: impl Into<String>) -> Self
The new storage type for the DB instance.
sourcepub fn set_storage_type(self, input: Option<String>) -> Self
pub fn set_storage_type(self, input: Option<String>) -> Self
The new storage type for the DB instance.
sourcepub fn get_storage_type(&self) -> &Option<String>
pub fn get_storage_type(&self) -> &Option<String>
The new storage type for the DB instance.
sourcepub fn ca_certificate_identifier(self, input: impl Into<String>) -> Self
pub fn ca_certificate_identifier(self, input: impl Into<String>) -> Self
The new CA certificate identifier for the DB instance.
sourcepub fn set_ca_certificate_identifier(self, input: Option<String>) -> Self
pub fn set_ca_certificate_identifier(self, input: Option<String>) -> Self
The new CA certificate identifier for the DB instance.
sourcepub fn get_ca_certificate_identifier(&self) -> &Option<String>
pub fn get_ca_certificate_identifier(&self) -> &Option<String>
The new CA certificate identifier for the DB instance.
sourcepub fn db_subnet_group_name(self, input: impl Into<String>) -> Self
pub fn db_subnet_group_name(self, input: impl Into<String>) -> Self
The name of the new subnet group for the DB instance.
sourcepub fn set_db_subnet_group_name(self, input: Option<String>) -> Self
pub fn set_db_subnet_group_name(self, input: Option<String>) -> Self
The name of the new subnet group for the DB instance.
sourcepub fn get_db_subnet_group_name(&self) -> &Option<String>
pub fn get_db_subnet_group_name(&self) -> &Option<String>
The name of the new subnet group for the DB instance.
sourcepub fn pending_cloud_watch_logs_exports(
self,
input: AwsRdsPendingCloudWatchLogsExports
) -> Self
pub fn pending_cloud_watch_logs_exports( self, input: AwsRdsPendingCloudWatchLogsExports ) -> Self
A list of log types that are being enabled or disabled.
sourcepub fn set_pending_cloud_watch_logs_exports(
self,
input: Option<AwsRdsPendingCloudWatchLogsExports>
) -> Self
pub fn set_pending_cloud_watch_logs_exports( self, input: Option<AwsRdsPendingCloudWatchLogsExports> ) -> Self
A list of log types that are being enabled or disabled.
sourcepub fn get_pending_cloud_watch_logs_exports(
&self
) -> &Option<AwsRdsPendingCloudWatchLogsExports>
pub fn get_pending_cloud_watch_logs_exports( &self ) -> &Option<AwsRdsPendingCloudWatchLogsExports>
A list of log types that are being enabled or disabled.
sourcepub fn processor_features(self, input: AwsRdsDbProcessorFeature) -> Self
pub fn processor_features(self, input: AwsRdsDbProcessorFeature) -> Self
Appends an item to processor_features
.
To override the contents of this collection use set_processor_features
.
Processor features that are being updated.
sourcepub fn set_processor_features(
self,
input: Option<Vec<AwsRdsDbProcessorFeature>>
) -> Self
pub fn set_processor_features( self, input: Option<Vec<AwsRdsDbProcessorFeature>> ) -> Self
Processor features that are being updated.
sourcepub fn get_processor_features(&self) -> &Option<Vec<AwsRdsDbProcessorFeature>>
pub fn get_processor_features(&self) -> &Option<Vec<AwsRdsDbProcessorFeature>>
Processor features that are being updated.
sourcepub fn build(self) -> AwsRdsDbPendingModifiedValues
pub fn build(self) -> AwsRdsDbPendingModifiedValues
Consumes the builder and constructs a AwsRdsDbPendingModifiedValues
.
Trait Implementations§
source§impl Clone for AwsRdsDbPendingModifiedValuesBuilder
impl Clone for AwsRdsDbPendingModifiedValuesBuilder
source§fn clone(&self) -> AwsRdsDbPendingModifiedValuesBuilder
fn clone(&self) -> AwsRdsDbPendingModifiedValuesBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsRdsDbPendingModifiedValuesBuilder
impl Default for AwsRdsDbPendingModifiedValuesBuilder
source§fn default() -> AwsRdsDbPendingModifiedValuesBuilder
fn default() -> AwsRdsDbPendingModifiedValuesBuilder
source§impl PartialEq for AwsRdsDbPendingModifiedValuesBuilder
impl PartialEq for AwsRdsDbPendingModifiedValuesBuilder
source§fn eq(&self, other: &AwsRdsDbPendingModifiedValuesBuilder) -> bool
fn eq(&self, other: &AwsRdsDbPendingModifiedValuesBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.