Class ClusterPendingModifiedValues
- java.lang.Object
-
- software.amazon.awssdk.services.neptune.model.ClusterPendingModifiedValues
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClusterPendingModifiedValues.Builder,ClusterPendingModifiedValues>
@Generated("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
ModifyDBClusteroperation and contains changes that will be applied during the next maintenance window.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClusterPendingModifiedValues.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerallocatedStorage()The allocated storage size in gibibytes (GiB) for database engines.IntegerbackupRetentionPeriod()The number of days for which automatic DB snapshots are retained.static ClusterPendingModifiedValues.Builderbuilder()StringdbClusterIdentifier()The DBClusterIdentifier value for the DB cluster.StringengineVersion()The database engine version.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleaniamDatabaseAuthenticationEnabled()A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.Integeriops()The Provisioned IOPS (I/O operations per second) value.PendingCloudwatchLogsExportspendingCloudwatchLogsExports()ThisPendingCloudwatchLogsExportsstructure specifies pending changes to which CloudWatch logs are enabled and which are disabled.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ClusterPendingModifiedValues.Builder>serializableBuilderClass()StringstorageType()The storage type for the DB cluster.ClusterPendingModifiedValues.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
pendingCloudwatchLogsExports
public final PendingCloudwatchLogsExports pendingCloudwatchLogsExports()
This
PendingCloudwatchLogsExportsstructure specifies pending changes to which CloudWatch logs are enabled and which are disabled.- Returns:
- This
PendingCloudwatchLogsExportsstructure specifies pending changes to which CloudWatch logs are enabled and which are disabled.
-
dbClusterIdentifier
public final String dbClusterIdentifier()
The DBClusterIdentifier value for the DB cluster.
- Returns:
- The DBClusterIdentifier value for the DB cluster.
-
iamDatabaseAuthenticationEnabled
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.
- Returns:
- A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
-
engineVersion
public final String engineVersion()
The database engine version.
- Returns:
- The database engine version.
-
backupRetentionPeriod
public final Integer backupRetentionPeriod()
The number of days for which automatic DB snapshots are retained.
- Returns:
- The number of days for which automatic DB snapshots are retained.
-
storageType
public final String storageType()
The storage type for the DB cluster.
- Returns:
- The storage type for the DB cluster.
-
allocatedStorage
public final Integer allocatedStorage()
The allocated storage size in gibibytes (GiB) for database engines. For Neptune,
AllocatedStoragealways returns 1, because Neptune DB cluster storage size isn't fixed, but instead automatically adjusts as needed.- Returns:
- The allocated storage size in gibibytes (GiB) for database engines. For Neptune,
AllocatedStoragealways returns 1, because Neptune DB cluster storage size isn't fixed, but instead automatically adjusts as needed.
-
iops
public final Integer iops()
The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.
- Returns:
- The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.
-
toBuilder
public ClusterPendingModifiedValues.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClusterPendingModifiedValues.Builder,ClusterPendingModifiedValues>
-
builder
public static ClusterPendingModifiedValues.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClusterPendingModifiedValues.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-