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 ModifyDBCluster operation and contains changes that will be applied during the next maintenance window.

See Also:
  • Method Details

    • pendingCloudwatchLogsExports

      public final PendingCloudwatchLogsExports pendingCloudwatchLogsExports()

      This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.

      Returns:
      This PendingCloudwatchLogsExports structure 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 pending change in storage type for the DB cluster.   Valid Values:

      • standard   –   ( the default ) Configures cost-effective database storage for applications with moderate to small I/O usage.

      • iopt1   –   Enables I/O-Optimized storage that's designed to meet the needs of I/O-intensive graph workloads that require predictable pricing with low I/O latency and consistent I/O throughput.

        Neptune I/O-Optimized storage is only available starting with engine release 1.3.0.0.

      Returns:
      The pending change in storage type for the DB cluster.   Valid Values:

      • standard   –   ( the default ) Configures cost-effective database storage for applications with moderate to small I/O usage.

      • iopt1   –   Enables I/O-Optimized storage that's designed to meet the needs of I/O-intensive graph workloads that require predictable pricing with low I/O latency and consistent I/O throughput.

        Neptune I/O-Optimized storage is only available starting with engine release 1.3.0.0.

    • allocatedStorage

      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.

      Returns:
      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.
    • iops

      public final Integer iops()

      The Provisioned IOPS (I/O operations per second) value. This setting is only for Multi-AZ DB clusters.

      Returns:
      The Provisioned IOPS (I/O operations per second) value. This setting is only for Multi-AZ DB clusters.
    • toBuilder

      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<ClusterPendingModifiedValues.Builder,ClusterPendingModifiedValues>
      Returns:
      a builder for type T
    • builder

      public static ClusterPendingModifiedValues.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ClusterPendingModifiedValues.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo
      Returns:
      The mapping between the field name and its corresponding field.