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 then 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 certificate authority (CA) certificate for the DB instance.
|
PendingModifiedValues.Builder |
dbInstanceClass(String dbInstanceClass)
Contains the new
DBInstanceClass for the instance that will be applied or is currently being
applied. |
PendingModifiedValues.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier)
Contains the new
DBInstanceIdentifier for the instance that will be applied or is currently
being applied. |
PendingModifiedValues.Builder |
dbSubnetGroupName(String dbSubnetGroupName)
The new subnet group for the instance.
|
PendingModifiedValues.Builder |
engineVersion(String engineVersion)
Indicates the database engine version.
|
PendingModifiedValues.Builder |
iops(Integer iops)
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
|
PendingModifiedValues.Builder |
licenseModel(String licenseModel)
The license model for the instance.
|
PendingModifiedValues.Builder |
masterUserPassword(String masterUserPassword)
Contains the pending or currently in-progress change of the master credentials for the instance.
|
PendingModifiedValues.Builder |
multiAZ(Boolean multiAZ)
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
|
default PendingModifiedValues.Builder |
pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)
A list of the log types whose configuration is still pending.
|
PendingModifiedValues.Builder |
pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
A list of the log types whose configuration is still pending.
|
PendingModifiedValues.Builder |
port(Integer port)
Specifies the pending port for the instance.
|
PendingModifiedValues.Builder |
storageType(String storageType)
Specifies the storage type to be associated with the instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPendingModifiedValues.Builder dbInstanceClass(String dbInstanceClass)
Contains the new DBInstanceClass for the instance that will be applied or is currently being
applied.
dbInstanceClass - Contains the new DBInstanceClass for the instance that will be applied or is currently
being applied.PendingModifiedValues.Builder allocatedStorage(Integer allocatedStorage)
Contains the new AllocatedStorage size for then instance that will be applied or is currently
being applied.
allocatedStorage - Contains the new AllocatedStorage size for then 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 instance.
masterUserPassword - Contains the pending or currently in-progress change of the master credentials for the instance.PendingModifiedValues.Builder port(Integer port)
Specifies the pending port for the instance.
port - Specifies the pending port for the 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 instance is to change to a Multi-AZ deployment.
multiAZ - Indicates that the Single-AZ 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 instance.
Valid values: license-included, bring-your-own-license,
general-public-license
licenseModel - The license model for the 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 instance that will be applied or is currently being applied.
iops - Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being
applied.PendingModifiedValues.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
Contains the new DBInstanceIdentifier for the instance that will be applied or is currently
being applied.
dbInstanceIdentifier - Contains the new DBInstanceIdentifier for the instance that will be applied or is
currently being applied.PendingModifiedValues.Builder storageType(String storageType)
Specifies the storage type to be associated with the instance.
storageType - Specifies the storage type to be associated with the instance.PendingModifiedValues.Builder caCertificateIdentifier(String caCertificateIdentifier)
Specifies the identifier of the certificate authority (CA) certificate for the DB instance.
caCertificateIdentifier - Specifies the identifier of the certificate authority (CA) certificate for the DB instance.PendingModifiedValues.Builder dbSubnetGroupName(String dbSubnetGroupName)
The new subnet group for the instance.
dbSubnetGroupName - The new subnet group for the instance.PendingModifiedValues.Builder pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
pendingCloudwatchLogsExports - A list of the log types whose configuration is still pending. These log types are in the process of
being activated or deactivated.default PendingModifiedValues.Builder pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
This is a convenience method that creates an instance of thePendingCloudwatchLogsExports.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.BuilderpendingCloudwatchLogsExports(PendingCloudwatchLogsExports)Copyright © 2023. All rights reserved.