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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PendingModifiedValues.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
allocatedStorage()
The allocated storage size for the DB instance specified in gibibytes (GiB).AutomationMode
automationMode()
The automation mode of the RDS Custom DB instance:full
orall-paused
.String
automationModeAsString()
The automation mode of the RDS Custom DB instance:full
orall-paused
.Integer
backupRetentionPeriod()
The number of days for which automated backups are retained.static PendingModifiedValues.Builder
builder()
String
caCertificateIdentifier()
The identifier of the CA certificate for the DB instance.String
dbInstanceClass()
The name of the compute and memory capacity class for the DB instance.String
dbInstanceIdentifier()
The database identifier for the DB instance.String
dbSubnetGroupName()
The DB subnet group for the DB instance.Boolean
dedicatedLogVolume()
Indicates whether the DB instance has a dedicated log volume (DLV) enabled.>String
engine()
The database engine of the DB instance.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
hasProcessorFeatures()
For responses, this returns true if the service returned a value for the ProcessorFeatures property.Boolean
iamDatabaseAuthenticationEnabled()
Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.Integer
iops()
The Provisioned IOPS value for the DB instance.String
licenseModel()
The license model for the DB instance.String
masterUserPassword()
The master credentials for the DB instance.Boolean
multiAZ()
Indicates whether the Single-AZ DB instance will change to a Multi-AZ deployment.Boolean
multiTenant()
Indicates whether the DB instance will change to the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).PendingCloudwatchLogsExports
pendingCloudwatchLogsExports()
Returns the value of the PendingCloudwatchLogsExports property for this object.Integer
port()
The port for the DB instance.List<ProcessorFeature>
processorFeatures()
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.Instant
resumeFullAutomationModeTime()
The number of minutes to pause the automation.List<SdkField<?>>
sdkFields()
static Class<? extends PendingModifiedValues.Builder>
serializableBuilderClass()
Integer
storageThroughput()
The storage throughput of the DB instance.String
storageType()
The storage type of the DB instance.PendingModifiedValues.Builder
toBuilder()
String
toString()
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
-
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 theisEmpty()
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
orall-paused
. Iffull
, the DB instance automates monitoring and instance recovery. Ifall-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 returnAutomationMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromautomationModeAsString()
.- Returns:
- The automation mode of the RDS Custom DB instance:
full
orall-paused
. Iffull
, the DB instance automates monitoring and instance recovery. Ifall-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
orall-paused
. Iffull
, the DB instance automates monitoring and instance recovery. Ifall-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 returnAutomationMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromautomationModeAsString()
.- Returns:
- The automation mode of the RDS Custom DB instance:
full
orall-paused
. Iffull
, the DB instance automates monitoring and instance recovery. Ifall-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).
-
toBuilder
public PendingModifiedValues.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>
-
builder
public static PendingModifiedValues.Builder builder()
-
serializableBuilderClass
public static Class<? extends PendingModifiedValues.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-