public static interface ClusterPendingModifiedValues.Builder extends SdkPojo, CopyableBuilder<ClusterPendingModifiedValues.Builder,ClusterPendingModifiedValues>
| Modifier and Type | Method and Description |
|---|---|
ClusterPendingModifiedValues.Builder |
allocatedStorage(Integer allocatedStorage)
The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora.
|
ClusterPendingModifiedValues.Builder |
backupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automatic DB snapshots are retained.
|
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 |
iops(Integer iops)
The Provisioned IOPS (I/O operations per second) value.
|
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.
|
ClusterPendingModifiedValues.Builder |
storageType(String storageType)
The storage type for the DB cluster.
|
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.ClusterPendingModifiedValues.Builder backupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automatic DB snapshots are retained.
backupRetentionPeriod - The number of days for which automatic DB snapshots are retained.ClusterPendingModifiedValues.Builder allocatedStorage(Integer allocatedStorage)
The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora. For Aurora,
AllocatedStorage always returns 1, because Aurora DB cluster storage size isn't fixed, but
instead automatically adjusts as needed.
allocatedStorage - The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora. For
Aurora, AllocatedStorage always returns 1, because Aurora DB cluster storage size isn't
fixed, but instead automatically adjusts as needed.ClusterPendingModifiedValues.Builder iops(Integer iops)
The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.
iops - The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ
DB clusters.ClusterPendingModifiedValues.Builder storageType(String storageType)
The storage type for the DB cluster.
storageType - The storage type for the DB cluster.Copyright © 2023. All rights reserved.