PendingModifiedValues.Builder |
PendingModifiedValues.Builder.allocatedStorage(Integer allocatedStorage) |
The allocated storage size for the DB instance specified in gibibytes (GiB).
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.automationMode(String automationMode) |
The automation mode of the RDS Custom DB instance: full or all-paused.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.automationMode(AutomationMode automationMode) |
The automation mode of the RDS Custom DB instance: full or all-paused.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) |
The number of days for which automated backups are retained.
|
static PendingModifiedValues.Builder |
PendingModifiedValues.builder() |
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.caCertificateIdentifier(String caCertificateIdentifier) |
The identifier of the CA certificate for the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.dbInstanceClass(String dbInstanceClass) |
The name of the compute and memory capacity class for the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) |
The database identifier for the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.dbSubnetGroupName(String dbSubnetGroupName) |
The DB subnet group for the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.dedicatedLogVolume(Boolean dedicatedLogVolume) |
Indicates whether the DB instance has a dedicated log volume (DLV) enabled.>
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.engine(String engine) |
The database engine of the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.engineVersion(String engineVersion) |
The database engine version.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled) |
Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database
accounts is enabled.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.iops(Integer iops) |
The Provisioned IOPS value for the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.licenseModel(String licenseModel) |
The license model for the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.masterUserPassword(String masterUserPassword) |
The master credentials for the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.multiAZ(Boolean multiAZ) |
Indicates whether the Single-AZ DB instance will change to a Multi-AZ deployment.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.multiTenant(Boolean multiTenant) |
Indicates whether the DB instance will change to the multi-tenant configuration (TRUE) or the single-tenant
configuration (FALSE).
|
default PendingModifiedValues.Builder |
PendingModifiedValues.Builder.pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports) |
Sets the value of the PendingCloudwatchLogsExports property for this object.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports) |
Sets the value of the PendingCloudwatchLogsExports property for this object.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.port(Integer port) |
The port for the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.processorFeatures(Consumer<ProcessorFeature.Builder>... processorFeatures) |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.processorFeatures(ProcessorFeature... processorFeatures) |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.resumeFullAutomationModeTime(Instant resumeFullAutomationModeTime) |
The number of minutes to pause the automation.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.storageThroughput(Integer storageThroughput) |
The storage throughput of the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.Builder.storageType(String storageType) |
The storage type of the DB instance.
|
PendingModifiedValues.Builder |
PendingModifiedValues.toBuilder() |
|