public static interface PendingModifiedValues.Builder extends SdkPojo, CopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues.Builder |
allocatedStorage(Integer allocatedStorage)
Contains the new
AllocatedStorage size for the DB instance that will be applied or is currently
being applied. |
PendingModifiedValues.Builder |
backupRetentionPeriod(Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are retained.
|
PendingModifiedValues.Builder |
caCertificateIdentifier(String caCertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
|
PendingModifiedValues.Builder |
dbInstanceClass(String dbInstanceClass)
Contains the new
DBInstanceClass for the DB instance that will be applied or is currently being
applied. |
PendingModifiedValues.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier)
Contains the new
DBInstanceIdentifier for the DB instance that will be applied or is currently
being applied. |
PendingModifiedValues.Builder |
dbSubnetGroupName(String dbSubnetGroupName)
The new DB subnet group for the DB instance.
|
PendingModifiedValues.Builder |
engineVersion(String engineVersion)
Indicates the database engine version.
|
PendingModifiedValues.Builder |
iops(Integer iops)
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being
applied.
|
PendingModifiedValues.Builder |
licenseModel(String licenseModel)
The license model for the DB instance.
|
PendingModifiedValues.Builder |
masterUserPassword(String masterUserPassword)
Contains the pending or currently-in-progress change of the master credentials for the DB instance.
|
PendingModifiedValues.Builder |
multiAZ(Boolean multiAZ)
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
|
default PendingModifiedValues.Builder |
pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)
Sets the value of the PendingCloudwatchLogsExports property for this object.
|
PendingModifiedValues.Builder |
pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
Sets the value of the PendingCloudwatchLogsExports property for this object.
|
PendingModifiedValues.Builder |
port(Integer port)
Specifies the pending port for the DB instance.
|
PendingModifiedValues.Builder |
storageType(String storageType)
Specifies the storage type to be associated with the DB instance.
|
copy
applyMutation, build
PendingModifiedValues.Builder dbInstanceClass(String dbInstanceClass)
Contains the new DBInstanceClass
for the DB instance that will be applied or is currently being
applied.
dbInstanceClass
- Contains the new DBInstanceClass
for the DB instance that will be applied or is currently
being applied.PendingModifiedValues.Builder allocatedStorage(Integer allocatedStorage)
Contains the new AllocatedStorage
size for the DB instance that will be applied or is currently
being applied.
allocatedStorage
- Contains the new AllocatedStorage
size for the DB instance that will be applied or is
currently being applied.PendingModifiedValues.Builder masterUserPassword(String masterUserPassword)
Contains the pending or currently-in-progress change of the master credentials for the DB instance.
masterUserPassword
- Contains the pending or currently-in-progress change of the master credentials for the DB instance.PendingModifiedValues.Builder port(Integer port)
Specifies the pending port for the DB instance.
port
- Specifies the pending port for the DB instance.PendingModifiedValues.Builder backupRetentionPeriod(Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are retained.
backupRetentionPeriod
- Specifies the pending number of days for which automated backups are retained.PendingModifiedValues.Builder multiAZ(Boolean multiAZ)
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
multiAZ
- Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.PendingModifiedValues.Builder engineVersion(String engineVersion)
Indicates the database engine version.
engineVersion
- Indicates the database engine version.PendingModifiedValues.Builder licenseModel(String licenseModel)
The license model for the DB instance.
Valid values: license-included
| bring-your-own-license
|
general-public-license
licenseModel
- The license model for the DB instance.
Valid values: license-included
| bring-your-own-license
|
general-public-license
PendingModifiedValues.Builder iops(Integer iops)
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.
iops
- Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently
being applied.PendingModifiedValues.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
Contains the new DBInstanceIdentifier
for the DB instance that will be applied or is currently
being applied.
dbInstanceIdentifier
- Contains the new DBInstanceIdentifier
for the DB instance that will be applied or is
currently being applied.PendingModifiedValues.Builder storageType(String storageType)
Specifies the storage type to be associated with the DB instance.
storageType
- Specifies the storage type to be associated with the DB instance.PendingModifiedValues.Builder caCertificateIdentifier(String caCertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
caCertificateIdentifier
- Specifies the identifier of the CA certificate for the DB instance.PendingModifiedValues.Builder dbSubnetGroupName(String dbSubnetGroupName)
The new DB subnet group for the DB instance.
dbSubnetGroupName
- The new DB subnet group for the DB instance.PendingModifiedValues.Builder pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
pendingCloudwatchLogsExports
- The new value for the PendingCloudwatchLogsExports property for this object.default PendingModifiedValues.Builder pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)
PendingCloudwatchLogsExports.Builder
avoiding
the need to create one manually via PendingCloudwatchLogsExports.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to pendingCloudwatchLogsExports(PendingCloudwatchLogsExports)
.pendingCloudwatchLogsExports
- a consumer that will call methods on PendingCloudwatchLogsExports.Builder
pendingCloudwatchLogsExports(PendingCloudwatchLogsExports)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.