Struct aws_sdk_rds::model::cluster_pending_modified_values::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for ClusterPendingModifiedValues.
Implementations
sourceimpl Builder
impl Builder
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. In other words, 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. In other words, these log types are in the process of being activated or deactivated.
sourcepub fn db_cluster_identifier(self, input: impl Into<String>) -> Self
pub fn db_cluster_identifier(self, input: impl Into<String>) -> Self
The DBClusterIdentifier value for the DB cluster.
sourcepub fn set_db_cluster_identifier(self, input: Option<String>) -> Self
pub fn set_db_cluster_identifier(self, input: Option<String>) -> Self
The DBClusterIdentifier value for the DB cluster.
sourcepub fn master_user_password(self, input: impl Into<String>) -> Self
pub fn master_user_password(self, input: impl Into<String>) -> Self
The master credentials for the DB cluster.
sourcepub fn set_master_user_password(self, input: Option<String>) -> Self
pub fn set_master_user_password(self, input: Option<String>) -> Self
The master credentials for the DB cluster.
sourcepub fn iam_database_authentication_enabled(self, input: bool) -> Self
pub fn iam_database_authentication_enabled(self, input: bool) -> Self
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
sourcepub fn set_iam_database_authentication_enabled(self, input: Option<bool>) -> Self
pub fn set_iam_database_authentication_enabled(self, input: Option<bool>) -> Self
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
sourcepub fn engine_version(self, input: impl Into<String>) -> Self
pub fn engine_version(self, input: impl Into<String>) -> Self
The database engine version.
sourcepub fn set_engine_version(self, input: Option<String>) -> Self
pub fn set_engine_version(self, input: Option<String>) -> Self
The database engine version.
sourcepub fn build(self) -> ClusterPendingModifiedValues
pub fn build(self) -> ClusterPendingModifiedValues
Consumes the builder and constructs a ClusterPendingModifiedValues.