#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRdsDbPendingModifiedValues
Implementations
sourceimpl 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
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
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
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more