Class PendingModifiedValues

java.lang.Object
software.amazon.awssdk.services.rds.model.PendingModifiedValues
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>

@Generated("software.amazon.awssdk:codegen") public final class PendingModifiedValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>

This data type is used as a response element in the ModifyDBInstance operation and contains changes that will be applied during the next maintenance window.

See Also:
  • Method Details

    • dbInstanceClass

      public final String dbInstanceClass()

      The name of the compute and memory capacity class for the DB instance.

      Returns:
      The name of the compute and memory capacity class for the DB instance.
    • allocatedStorage

      public final Integer allocatedStorage()

      The allocated storage size for the DB instance specified in gibibytes (GiB).

      Returns:
      The allocated storage size for the DB instance specified in gibibytes (GiB).
    • masterUserPassword

      public final String masterUserPassword()

      The master credentials for the DB instance.

      Returns:
      The master credentials for the DB instance.
    • port

      public final Integer port()

      The port for the DB instance.

      Returns:
      The port for the DB instance.
    • backupRetentionPeriod

      public final Integer backupRetentionPeriod()

      The number of days for which automated backups are retained.

      Returns:
      The number of days for which automated backups are retained.
    • multiAZ

      public final Boolean multiAZ()

      Indicates whether the Single-AZ DB instance will change to a Multi-AZ deployment.

      Returns:
      Indicates whether the Single-AZ DB instance will change to a Multi-AZ deployment.
    • engineVersion

      public final String engineVersion()

      The database engine version.

      Returns:
      The database engine version.
    • licenseModel

      public final String licenseModel()

      The license model for the DB instance.

      Valid values: license-included | bring-your-own-license | general-public-license

      Returns:
      The license model for the DB instance.

      Valid values: license-included | bring-your-own-license | general-public-license

    • iops

      public final Integer iops()

      The Provisioned IOPS value for the DB instance.

      Returns:
      The Provisioned IOPS value for the DB instance.
    • dbInstanceIdentifier

      public final String dbInstanceIdentifier()

      The database identifier for the DB instance.

      Returns:
      The database identifier for the DB instance.
    • storageType

      public final String storageType()

      The storage type of the DB instance.

      Returns:
      The storage type of the DB instance.
    • caCertificateIdentifier

      public final String caCertificateIdentifier()

      The identifier of the CA certificate for the DB instance.

      For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.

      Returns:
      The identifier of the CA certificate for the DB instance.

      For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.

    • dbSubnetGroupName

      public final String dbSubnetGroupName()

      The DB subnet group for the DB instance.

      Returns:
      The DB subnet group for the DB instance.
    • pendingCloudwatchLogsExports

      public final PendingCloudwatchLogsExports pendingCloudwatchLogsExports()
      Returns the value of the PendingCloudwatchLogsExports property for this object.
      Returns:
      The value of the PendingCloudwatchLogsExports property for this object.
    • hasProcessorFeatures

      public final boolean hasProcessorFeatures()
      For responses, this returns true if the service returned a value for the ProcessorFeatures property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
    • processorFeatures

      public final List<ProcessorFeature> processorFeatures()

      The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

      Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

      This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasProcessorFeatures() method.

      Returns:
      The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
    • iamDatabaseAuthenticationEnabled

      public final Boolean iamDatabaseAuthenticationEnabled()

      Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

      Returns:
      Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
    • automationMode

      public final AutomationMode automationMode()

      The automation mode of the RDS Custom DB instance: full or all-paused. If full, the DB instance automates monitoring and instance recovery. If all-paused, the instance pauses automation for the duration set by --resume-full-automation-mode-minutes.

      If the service returns an enum value that is not available in the current SDK version, automationMode will return AutomationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from automationModeAsString().

      Returns:
      The automation mode of the RDS Custom DB instance: full or all-paused. If full, the DB instance automates monitoring and instance recovery. If all-paused , the instance pauses automation for the duration set by --resume-full-automation-mode-minutes.
      See Also:
    • automationModeAsString

      public final String automationModeAsString()

      The automation mode of the RDS Custom DB instance: full or all-paused. If full, the DB instance automates monitoring and instance recovery. If all-paused, the instance pauses automation for the duration set by --resume-full-automation-mode-minutes.

      If the service returns an enum value that is not available in the current SDK version, automationMode will return AutomationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from automationModeAsString().

      Returns:
      The automation mode of the RDS Custom DB instance: full or all-paused. If full, the DB instance automates monitoring and instance recovery. If all-paused , the instance pauses automation for the duration set by --resume-full-automation-mode-minutes.
      See Also:
    • resumeFullAutomationModeTime

      public final Instant resumeFullAutomationModeTime()

      The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.

      Returns:
      The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.
    • storageThroughput

      public final Integer storageThroughput()

      The storage throughput of the DB instance.

      Returns:
      The storage throughput of the DB instance.
    • engine

      public final String engine()

      The database engine of the DB instance.

      Returns:
      The database engine of the DB instance.
    • dedicatedLogVolume

      public final Boolean dedicatedLogVolume()

      Indicates whether the DB instance has a dedicated log volume (DLV) enabled.>

      Returns:
      Indicates whether the DB instance has a dedicated log volume (DLV) enabled.>
    • multiTenant

      public final Boolean multiTenant()

      Indicates whether the DB instance will change to the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).

      Returns:
      Indicates whether the DB instance will change to the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).
    • toBuilder

      public PendingModifiedValues.Builder 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<PendingModifiedValues.Builder,PendingModifiedValues>
      Returns:
      a builder for type T
    • builder

      public static PendingModifiedValues.Builder builder()
    • serializableBuilderClass

      public static Class<? extends PendingModifiedValues.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.