public static interface ClusterPendingModifiedValues.Builder extends SdkPojo, CopyableBuilder<ClusterPendingModifiedValues.Builder,ClusterPendingModifiedValues>
| Modifier and Type | Method and Description |
|---|---|
ClusterPendingModifiedValues.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
The DBClusterIdentifier value for the DB cluster.
|
ClusterPendingModifiedValues.Builder |
engineVersion(String engineVersion)
The database engine version.
|
ClusterPendingModifiedValues.Builder |
iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts
to database accounts is enabled.
|
ClusterPendingModifiedValues.Builder |
masterUserPassword(String masterUserPassword)
The master credentials for the DB cluster.
|
default ClusterPendingModifiedValues.Builder |
pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)
Sets the value of the PendingCloudwatchLogsExports property for this object.
|
ClusterPendingModifiedValues.Builder |
pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
Sets the value of the PendingCloudwatchLogsExports property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterPendingModifiedValues.Builder pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
pendingCloudwatchLogsExports - The new value for the PendingCloudwatchLogsExports property for this object.default ClusterPendingModifiedValues.Builder pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)
PendingCloudwatchLogsExports.Builder
avoiding the need to create one manually via PendingCloudwatchLogsExports.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to pendingCloudwatchLogsExports(PendingCloudwatchLogsExports).
pendingCloudwatchLogsExports - a consumer that will call methods on PendingCloudwatchLogsExports.BuilderpendingCloudwatchLogsExports(PendingCloudwatchLogsExports)ClusterPendingModifiedValues.Builder dbClusterIdentifier(String dbClusterIdentifier)
The DBClusterIdentifier value for the DB cluster.
dbClusterIdentifier - The DBClusterIdentifier value for the DB cluster.ClusterPendingModifiedValues.Builder masterUserPassword(String masterUserPassword)
The master credentials for the DB cluster.
masterUserPassword - The master credentials for the DB cluster.ClusterPendingModifiedValues.Builder iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
iamDatabaseAuthenticationEnabled - A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM)
accounts to database accounts is enabled.ClusterPendingModifiedValues.Builder engineVersion(String engineVersion)
The database engine version.
engineVersion - The database engine version.Copyright © 2022. All rights reserved.