Struct aws_sdk_docdb::types::builders::PendingModifiedValuesBuilder
source · #[non_exhaustive]pub struct PendingModifiedValuesBuilder { /* private fields */ }
Expand description
A builder for PendingModifiedValues
.
Implementations§
source§impl PendingModifiedValuesBuilder
impl PendingModifiedValuesBuilder
sourcepub fn db_instance_class(self, input: impl Into<String>) -> Self
pub fn db_instance_class(self, input: impl Into<String>) -> Self
Contains the new DBInstanceClass
for the instance that will be applied or is currently being applied.
sourcepub fn set_db_instance_class(self, input: Option<String>) -> Self
pub fn set_db_instance_class(self, input: Option<String>) -> Self
Contains the new DBInstanceClass
for the instance that will be applied or is currently being applied.
sourcepub fn get_db_instance_class(&self) -> &Option<String>
pub fn get_db_instance_class(&self) -> &Option<String>
Contains the new DBInstanceClass
for the instance that will be applied or is currently being applied.
sourcepub fn allocated_storage(self, input: i32) -> Self
pub fn allocated_storage(self, input: i32) -> Self
Contains the new AllocatedStorage
size for then instance that will be applied or is currently being applied.
sourcepub fn set_allocated_storage(self, input: Option<i32>) -> Self
pub fn set_allocated_storage(self, input: Option<i32>) -> Self
Contains the new AllocatedStorage
size for then instance that will be applied or is currently being applied.
sourcepub fn get_allocated_storage(&self) -> &Option<i32>
pub fn get_allocated_storage(&self) -> &Option<i32>
Contains the new AllocatedStorage
size for then instance that will be applied or is currently being applied.
sourcepub fn master_user_password(self, input: impl Into<String>) -> Self
pub fn master_user_password(self, input: impl Into<String>) -> Self
Contains the pending or currently in-progress change of the master credentials for the instance.
sourcepub fn set_master_user_password(self, input: Option<String>) -> Self
pub fn set_master_user_password(self, input: Option<String>) -> Self
Contains the pending or currently in-progress change of the master credentials for the instance.
sourcepub fn get_master_user_password(&self) -> &Option<String>
pub fn get_master_user_password(&self) -> &Option<String>
Contains the pending or currently in-progress change of the master credentials for the instance.
sourcepub fn backup_retention_period(self, input: i32) -> Self
pub fn backup_retention_period(self, input: i32) -> Self
Specifies the pending number of days for which automated backups are retained.
sourcepub fn set_backup_retention_period(self, input: Option<i32>) -> Self
pub fn set_backup_retention_period(self, input: Option<i32>) -> Self
Specifies the pending number of days for which automated backups are retained.
sourcepub fn get_backup_retention_period(&self) -> &Option<i32>
pub fn get_backup_retention_period(&self) -> &Option<i32>
Specifies the pending number of days for which automated backups are retained.
sourcepub fn multi_az(self, input: bool) -> Self
pub fn multi_az(self, input: bool) -> Self
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
sourcepub fn set_multi_az(self, input: Option<bool>) -> Self
pub fn set_multi_az(self, input: Option<bool>) -> Self
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
sourcepub fn get_multi_az(&self) -> &Option<bool>
pub fn get_multi_az(&self) -> &Option<bool>
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
sourcepub fn engine_version(self, input: impl Into<String>) -> Self
pub fn engine_version(self, input: impl Into<String>) -> Self
Indicates the database engine version.
sourcepub fn set_engine_version(self, input: Option<String>) -> Self
pub fn set_engine_version(self, input: Option<String>) -> Self
Indicates the database engine version.
sourcepub fn get_engine_version(&self) -> &Option<String>
pub fn get_engine_version(&self) -> &Option<String>
Indicates the database engine version.
sourcepub fn license_model(self, input: impl Into<String>) -> Self
pub fn license_model(self, input: impl Into<String>) -> Self
The license model for the instance.
Valid values: license-included
, bring-your-own-license
, general-public-license
sourcepub fn set_license_model(self, input: Option<String>) -> Self
pub fn set_license_model(self, input: Option<String>) -> Self
The license model for the instance.
Valid values: license-included
, bring-your-own-license
, general-public-license
sourcepub fn get_license_model(&self) -> &Option<String>
pub fn get_license_model(&self) -> &Option<String>
The license model for the instance.
Valid values: license-included
, bring-your-own-license
, general-public-license
sourcepub fn iops(self, input: i32) -> Self
pub fn iops(self, input: i32) -> Self
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
sourcepub fn set_iops(self, input: Option<i32>) -> Self
pub fn set_iops(self, input: Option<i32>) -> Self
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
sourcepub fn get_iops(&self) -> &Option<i32>
pub fn get_iops(&self) -> &Option<i32>
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
sourcepub fn db_instance_identifier(self, input: impl Into<String>) -> Self
pub fn db_instance_identifier(self, input: impl Into<String>) -> Self
Contains the new DBInstanceIdentifier
for the instance that will be applied or is currently being applied.
sourcepub fn set_db_instance_identifier(self, input: Option<String>) -> Self
pub fn set_db_instance_identifier(self, input: Option<String>) -> Self
Contains the new DBInstanceIdentifier
for the instance that will be applied or is currently being applied.
sourcepub fn get_db_instance_identifier(&self) -> &Option<String>
pub fn get_db_instance_identifier(&self) -> &Option<String>
Contains the new DBInstanceIdentifier
for the instance that will be applied or is currently being applied.
sourcepub fn storage_type(self, input: impl Into<String>) -> Self
pub fn storage_type(self, input: impl Into<String>) -> Self
Specifies the storage type to be associated with the instance.
sourcepub fn set_storage_type(self, input: Option<String>) -> Self
pub fn set_storage_type(self, input: Option<String>) -> Self
Specifies the storage type to be associated with the instance.
sourcepub fn get_storage_type(&self) -> &Option<String>
pub fn get_storage_type(&self) -> &Option<String>
Specifies the storage type to be associated with the instance.
sourcepub fn ca_certificate_identifier(self, input: impl Into<String>) -> Self
pub fn ca_certificate_identifier(self, input: impl Into<String>) -> Self
Specifies the identifier of the certificate authority (CA) certificate 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
Specifies the identifier of the certificate authority (CA) certificate for the DB instance.
sourcepub fn get_ca_certificate_identifier(&self) -> &Option<String>
pub fn get_ca_certificate_identifier(&self) -> &Option<String>
Specifies the identifier of the certificate authority (CA) certificate 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 new subnet group for the 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 new subnet group for the instance.
sourcepub fn get_db_subnet_group_name(&self) -> &Option<String>
pub fn get_db_subnet_group_name(&self) -> &Option<String>
The new subnet group for the instance.
sourcepub fn pending_cloudwatch_logs_exports(
self,
input: PendingCloudwatchLogsExports
) -> Self
pub fn pending_cloudwatch_logs_exports( self, input: PendingCloudwatchLogsExports ) -> Self
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
sourcepub fn set_pending_cloudwatch_logs_exports(
self,
input: Option<PendingCloudwatchLogsExports>
) -> Self
pub fn set_pending_cloudwatch_logs_exports( self, input: Option<PendingCloudwatchLogsExports> ) -> Self
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
sourcepub fn get_pending_cloudwatch_logs_exports(
&self
) -> &Option<PendingCloudwatchLogsExports>
pub fn get_pending_cloudwatch_logs_exports( &self ) -> &Option<PendingCloudwatchLogsExports>
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
sourcepub fn build(self) -> PendingModifiedValues
pub fn build(self) -> PendingModifiedValues
Consumes the builder and constructs a PendingModifiedValues
.
Trait Implementations§
source§impl Clone for PendingModifiedValuesBuilder
impl Clone for PendingModifiedValuesBuilder
source§fn clone(&self) -> PendingModifiedValuesBuilder
fn clone(&self) -> PendingModifiedValuesBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for PendingModifiedValuesBuilder
impl Debug for PendingModifiedValuesBuilder
source§impl Default for PendingModifiedValuesBuilder
impl Default for PendingModifiedValuesBuilder
source§fn default() -> PendingModifiedValuesBuilder
fn default() -> PendingModifiedValuesBuilder
source§impl PartialEq for PendingModifiedValuesBuilder
impl PartialEq for PendingModifiedValuesBuilder
source§fn eq(&self, other: &PendingModifiedValuesBuilder) -> bool
fn eq(&self, other: &PendingModifiedValuesBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.