public static interface PendingModifiedValues.Builder extends SdkPojo, CopyableBuilder<PendingModifiedValues.Builder,PendingModifiedValues>
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues.Builder |
allocatedStorage(Integer allocatedStorage)
The allocated storage size for the DB instance specified in gibibytes (GiB).
|
PendingModifiedValues.Builder |
automationMode(AutomationMode automationMode)
The automation mode of the RDS Custom DB instance:
full or all-paused . |
PendingModifiedValues.Builder |
automationMode(String automationMode)
The automation mode of the RDS Custom DB instance:
full or all-paused . |
PendingModifiedValues.Builder |
backupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
|
PendingModifiedValues.Builder |
caCertificateIdentifier(String caCertificateIdentifier)
The identifier of the CA certificate for the DB instance.
|
PendingModifiedValues.Builder |
dbInstanceClass(String dbInstanceClass)
The name of the compute and memory capacity class for the DB instance.
|
PendingModifiedValues.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier)
The database identifier for the DB instance.
|
PendingModifiedValues.Builder |
dbSubnetGroupName(String dbSubnetGroupName)
The DB subnet group for the DB instance.
|
PendingModifiedValues.Builder |
engineVersion(String engineVersion)
The database engine version.
|
PendingModifiedValues.Builder |
iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is
enabled.
|
PendingModifiedValues.Builder |
iops(Integer iops)
The Provisioned IOPS value for the DB instance.
|
PendingModifiedValues.Builder |
licenseModel(String licenseModel)
The license model for the DB instance.
|
PendingModifiedValues.Builder |
masterUserPassword(String masterUserPassword)
The master credentials for the DB instance.
|
PendingModifiedValues.Builder |
multiAZ(Boolean multiAZ)
A value that indicates that the Single-AZ DB instance will 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)
The port for the DB instance.
|
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 |
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 |
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 |
resumeFullAutomationModeTime(Instant resumeFullAutomationModeTime)
The number of minutes to pause the automation.
|
PendingModifiedValues.Builder |
storageType(String storageType)
The storage type of the DB instance.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PendingModifiedValues.Builder dbInstanceClass(String dbInstanceClass)
The name of the compute and memory capacity class for the DB instance.
dbInstanceClass
- The name of the compute and memory capacity class for the DB instance.PendingModifiedValues.Builder allocatedStorage(Integer allocatedStorage)
The allocated storage size for the DB instance specified in gibibytes (GiB).
allocatedStorage
- The allocated storage size for the DB instance specified in gibibytes (GiB).PendingModifiedValues.Builder masterUserPassword(String masterUserPassword)
The master credentials for the DB instance.
masterUserPassword
- The master credentials for the DB instance.PendingModifiedValues.Builder port(Integer port)
The port for the DB instance.
port
- The port for the DB instance.PendingModifiedValues.Builder backupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
backupRetentionPeriod
- The number of days for which automated backups are retained.PendingModifiedValues.Builder multiAZ(Boolean multiAZ)
A value that indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.
multiAZ
- A value that indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.PendingModifiedValues.Builder engineVersion(String engineVersion)
The database engine version.
engineVersion
- 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)
The Provisioned IOPS value for the DB instance.
iops
- The Provisioned IOPS value for the DB instance.PendingModifiedValues.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
The database identifier for the DB instance.
dbInstanceIdentifier
- The database identifier for the DB instance.PendingModifiedValues.Builder storageType(String storageType)
The storage type of the DB instance.
storageType
- The storage type of the DB instance.PendingModifiedValues.Builder caCertificateIdentifier(String caCertificateIdentifier)
The identifier of the CA certificate for the DB instance.
caCertificateIdentifier
- The identifier of the CA certificate for the DB instance.PendingModifiedValues.Builder dbSubnetGroupName(String dbSubnetGroupName)
The DB subnet group for the DB instance.
dbSubnetGroupName
- The 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)
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.
processorFeatures
- The number of CPU cores and the number of threads per core for the DB instance class of the DB
instance.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.
processorFeatures
- The number of CPU cores and the number of threads per core for the DB instance class of the DB
instance.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.
This is a convenience method that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #processorFeatures(List)
.processorFeatures
- a consumer that will call methods on List.Builder
#processorFeatures(List)
PendingModifiedValues.Builder iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)
Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
iamDatabaseAuthenticationEnabled
- Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database
accounts is enabled.PendingModifiedValues.Builder automationMode(String automationMode)
The automation mode of the RDS Custom DB instance: full
or all-paused
. If
full
, the DB instance automates monitoring and instance recovery. If all-paused
,
the instance pauses automation for the duration set by --resume-full-automation-mode-minutes
.
automationMode
- The automation mode of the RDS Custom DB instance: full
or all-paused
. If
full
, the DB instance automates monitoring and instance recovery. If
all-paused
, the instance pauses automation for the duration set by
--resume-full-automation-mode-minutes
.AutomationMode
,
AutomationMode
PendingModifiedValues.Builder automationMode(AutomationMode automationMode)
The automation mode of the RDS Custom DB instance: full
or all-paused
. If
full
, the DB instance automates monitoring and instance recovery. If all-paused
,
the instance pauses automation for the duration set by --resume-full-automation-mode-minutes
.
automationMode
- The automation mode of the RDS Custom DB instance: full
or all-paused
. If
full
, the DB instance automates monitoring and instance recovery. If
all-paused
, the instance pauses automation for the duration set by
--resume-full-automation-mode-minutes
.AutomationMode
,
AutomationMode
PendingModifiedValues.Builder resumeFullAutomationModeTime(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.
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.Copyright © 2022. All rights reserved.