pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRdsDbPendingModifiedValues
.
Implementations§
source§impl Builder
impl Builder
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 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 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 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 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 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 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 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 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 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 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 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 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 build(self) -> AwsRdsDbPendingModifiedValues
pub fn build(self) -> AwsRdsDbPendingModifiedValues
Consumes the builder and constructs a AwsRdsDbPendingModifiedValues
.