Struct aws_sdk_securityhub::model::aws_rds_db_pending_modified_values::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsRdsDbPendingModifiedValues
Implementations
The new DB instance class for the DB instance.
The new DB instance class for the DB instance.
The new value of the allocated storage for the DB instance.
The new value of the allocated storage for the DB instance.
The new master user password for the DB instance.
The new master user password for the DB instance.
The new backup retention period for the DB instance.
The new backup retention period for the DB instance.
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
The new engine version for the DB instance.
The new engine version for the DB instance.
The new license model value for the DB instance.
The new license model value for the DB instance.
The new provisioned IOPS value for the DB instance.
The new DB instance identifier for the DB instance.
The new DB instance identifier for the DB instance.
The new storage type for the DB instance.
The new storage type for the DB instance.
The new CA certificate identifier for the DB instance.
The new CA certificate identifier for the DB instance.
The name of the new subnet group for the DB instance.
The name of the new subnet group for the DB instance.
pub 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.
pub 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.
Appends an item to processor_features
.
To override the contents of this collection use set_processor_features
.
Processor features that are being updated.
Processor features that are being updated.
Consumes the builder and constructs a AwsRdsDbPendingModifiedValues
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more