@Generated(value="software.amazon.awssdk:codegen") public final class ClusterPendingModifiedValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterPendingModifiedValues.Builder,ClusterPendingModifiedValues>
This data type is used as a response element in the ModifyDBCluster operation and contains changes that
will be applied during the next maintenance window.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterPendingModifiedValues.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
allocatedStorage()
The allocated storage size in gibibytes (GiB) for database engines.
|
Integer |
backupRetentionPeriod()
The number of days for which automatic DB snapshots are retained.
|
static ClusterPendingModifiedValues.Builder |
builder() |
String |
dbClusterIdentifier()
The DBClusterIdentifier value for the DB cluster.
|
String |
engineVersion()
The database engine version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
iamDatabaseAuthenticationEnabled()
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
database accounts is enabled.
|
Integer |
iops()
The Provisioned IOPS (I/O operations per second) value.
|
PendingCloudwatchLogsExports |
pendingCloudwatchLogsExports()
This
PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are
enabled and which are disabled. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClusterPendingModifiedValues.Builder> |
serializableBuilderClass() |
ClusterPendingModifiedValues.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PendingCloudwatchLogsExports pendingCloudwatchLogsExports()
This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are
enabled and which are disabled.
PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch
logs are enabled and which are disabled.public final String dbClusterIdentifier()
The DBClusterIdentifier value for the DB cluster.
public final Boolean iamDatabaseAuthenticationEnabled()
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
public final String engineVersion()
The database engine version.
public final Integer backupRetentionPeriod()
The number of days for which automatic DB snapshots are retained.
public final 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 always returns 1, because Neptune DB cluster storage size isn't fixed, but
instead automatically adjusts as needed.public final Integer iops()
The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.
public ClusterPendingModifiedValues.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterPendingModifiedValues.Builder,ClusterPendingModifiedValues>public static ClusterPendingModifiedValues.Builder builder()
public static Class<? extends ClusterPendingModifiedValues.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.