Class PendingModifiedValues

    • Method Detail

      • 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.
      • 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:
        AutomationMode
      • 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:
        AutomationMode
      • 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).
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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)