| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static ClusterPendingModifiedValues.Builder |
ClusterPendingModifiedValues.builder() |
ClusterPendingModifiedValues.Builder |
ClusterPendingModifiedValues.Builder.dbClusterIdentifier(String dbClusterIdentifier)
The DBClusterIdentifier value for the DB cluster.
|
ClusterPendingModifiedValues.Builder |
ClusterPendingModifiedValues.Builder.engineVersion(String engineVersion)
The database engine version.
|
ClusterPendingModifiedValues.Builder |
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 |
ClusterPendingModifiedValues.Builder.masterUserPassword(String masterUserPassword)
The master credentials for the DB cluster.
|
default ClusterPendingModifiedValues.Builder |
ClusterPendingModifiedValues.Builder.pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)
Sets the value of the PendingCloudwatchLogsExports property for this object.
|
ClusterPendingModifiedValues.Builder |
ClusterPendingModifiedValues.Builder.pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
Sets the value of the PendingCloudwatchLogsExports property for this object.
|
ClusterPendingModifiedValues.Builder |
ClusterPendingModifiedValues.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClusterPendingModifiedValues.Builder> |
ClusterPendingModifiedValues.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DBCluster.Builder |
DBCluster.Builder.pendingModifiedValues(Consumer<ClusterPendingModifiedValues.Builder> pendingModifiedValues)
A value that specifies that changes to the DB cluster are pending.
|
Copyright © 2022. All rights reserved.