@Generated(value="software.amazon.awssdk:codegen") public final class AwsRdsDbPendingModifiedValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRdsDbPendingModifiedValues.Builder,AwsRdsDbPendingModifiedValues>
Changes to a DB instance that are currently pending.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRdsDbPendingModifiedValues.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
allocatedStorage()
The new value of the allocated storage for the DB instance.
|
Integer |
backupRetentionPeriod()
The new backup retention period for the DB instance.
|
static AwsRdsDbPendingModifiedValues.Builder |
builder() |
String |
caCertificateIdentifier()
The new CA certificate identifier for the DB instance.
|
String |
dbInstanceClass()
The new DB instance class for the DB instance.
|
String |
dbInstanceIdentifier()
The new DB instance identifier for the DB instance.
|
String |
dbSubnetGroupName()
The name of the new subnet group for the DB instance.
|
String |
engineVersion()
The new engine version for the DB instance.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasProcessorFeatures()
Returns true if the ProcessorFeatures property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Integer |
iops()
The new provisioned IOPS value for the DB instance.
|
String |
licenseModel()
The new license model value for the DB instance.
|
String |
masterUserPassword()
The new master user password for the DB instance.
|
Boolean |
multiAZ()
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
|
AwsRdsPendingCloudWatchLogsExports |
pendingCloudWatchLogsExports()
A list of log types that are being enabled or disabled.
|
Integer |
port()
The new port for the DB instance.
|
List<AwsRdsDbProcessorFeature> |
processorFeatures()
Processor features that are being updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRdsDbPendingModifiedValues.Builder> |
serializableBuilderClass() |
String |
storageType()
The new storage type for the DB instance.
|
AwsRdsDbPendingModifiedValues.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbInstanceClass()
The new DB instance class for the DB instance.
public final Integer allocatedStorage()
The new value of the allocated storage for the DB instance.
public final String masterUserPassword()
The new master user password for the DB instance.
public final Integer port()
The new port for the DB instance.
public final Integer backupRetentionPeriod()
The new backup retention period for the DB instance.
public final Boolean multiAZ()
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
public final String engineVersion()
The new engine version for the DB instance.
public final String licenseModel()
The new license model value for the DB instance.
public final Integer iops()
The new provisioned IOPS value for the DB instance.
public final String dbInstanceIdentifier()
The new DB instance identifier for the DB instance.
public final String storageType()
The new storage type for the DB instance.
public final String caCertificateIdentifier()
The new CA certificate identifier for the DB instance.
public final String dbSubnetGroupName()
The name of the new subnet group for the DB instance.
public final AwsRdsPendingCloudWatchLogsExports pendingCloudWatchLogsExports()
A list of log types that are being enabled or disabled.
public final boolean hasProcessorFeatures()
public final List<AwsRdsDbProcessorFeature> processorFeatures()
Processor features that are being updated.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasProcessorFeatures() to see if a value was sent in this field.
public AwsRdsDbPendingModifiedValues.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRdsDbPendingModifiedValues.Builder,AwsRdsDbPendingModifiedValues>public static AwsRdsDbPendingModifiedValues.Builder builder()
public static Class<? extends AwsRdsDbPendingModifiedValues.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.