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 database engines.
|
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.
|
default ClusterPendingModifiedValues.Builder |
pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)
This
PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs
are enabled and which are disabled. |
ClusterPendingModifiedValues.Builder |
pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
This
PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs
are enabled and which are disabled. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterPendingModifiedValues.Builder pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs
are enabled and which are disabled.
pendingCloudwatchLogsExports - This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch
logs are enabled and which are disabled.default ClusterPendingModifiedValues.Builder pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)
This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs
are enabled and which are disabled.
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 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 database engines. For Neptune,
AllocatedStorage always returns 1, because Neptune DB cluster storage size isn't fixed, but
instead automatically adjusts as needed.
allocatedStorage - The allocated storage size in gibibytes (GiB) for database engines. For Neptune,
AllocatedStorage always returns 1, because Neptune 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.Copyright © 2023. All rights reserved.