| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifyDbInstanceResponse> |
RdsAsyncClient.modifyDBInstance(Consumer<ModifyDbInstanceRequest.Builder> modifyDbInstanceRequest)
Modifies settings for a DB instance.
|
default ModifyDbInstanceResponse |
RdsClient.modifyDBInstance(Consumer<ModifyDbInstanceRequest.Builder> modifyDbInstanceRequest)
Modifies settings for a DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.allocatedStorage(Integer allocatedStorage)
The new amount of storage (in gibibytes) to allocate for the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade)
A value that indicates whether major version upgrades are allowed.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.applyImmediately(Boolean applyImmediately)
A value that indicates whether the modifications in this request and any pending modifications are
asynchronously applied as soon as possible, regardless of the
PreferredMaintenanceWindow setting
for the DB instance. |
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
A value that indicates whether minor version upgrades are applied automatically to the DB instance during the
maintenance window.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.awsBackupRecoveryPointArn(String awsBackupRecoveryPointArn)
The Amazon Resource Name (ARN) of the recovery point in AWS Backup.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.backupRetentionPeriod(Integer backupRetentionPeriod)
The number of days to retain automated backups.
|
static ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.builder() |
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.caCertificateIdentifier(String caCertificateIdentifier)
Indicates the certificate that needs to be associated with the instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.certificateRotationRestart(Boolean certificateRotationRestart)
A value that indicates whether the DB instance is restarted when you rotate your SSL/TLS certificate.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.cloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration)
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB
instance.
|
default ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.cloudwatchLogsExportConfiguration(Consumer<CloudwatchLogsExportConfiguration.Builder> cloudwatchLogsExportConfiguration)
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB
instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot)
A value that indicates whether to copy all tags from the DB instance to snapshots of the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.dbInstanceClass(String dbInstanceClass)
The new compute and memory capacity of the DB instance, for example,
db.m4.large. |
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.dbInstanceIdentifier(String dbInstanceIdentifier)
The DB instance identifier.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.dbParameterGroupName(String dbParameterGroupName)
The name of the DB parameter group to apply to the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.dbPortNumber(Integer dbPortNumber)
The port number on which the database accepts connections.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.dbSecurityGroups(Collection<String> dbSecurityGroups)
A list of DB security groups to authorize on this DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.dbSecurityGroups(String... dbSecurityGroups)
A list of DB security groups to authorize on this DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName)
The new DB subnet group for the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.deletionProtection(Boolean deletionProtection)
A value that indicates whether the DB instance has deletion protection enabled.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.domain(String domain)
The Active Directory directory ID to move the DB instance to.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.domainIAMRoleName(String domainIAMRoleName)
The name of the IAM role to use when making API calls to the Directory Service.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.enableCustomerOwnedIp(Boolean enableCustomerOwnedIp)
A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB
instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to
database accounts.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights)
A value that indicates whether to enable Performance Insights for the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.engineVersion(String engineVersion)
The version number of the database engine to upgrade to.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.iops(Integer iops)
The new Provisioned IOPS (I/O operations per second) value for the RDS instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.licenseModel(String licenseModel)
The license model for the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.masterUserPassword(String masterUserPassword)
The new password for the master user.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.maxAllocatedStorage(Integer maxAllocatedStorage)
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.monitoringInterval(Integer monitoringInterval)
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.monitoringRoleArn(String monitoringRoleArn)
The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.multiAZ(Boolean multiAZ)
A value that indicates whether the DB instance is a Multi-AZ deployment.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.newDBInstanceIdentifier(String newDBInstanceIdentifier)
The new DB instance identifier for the DB instance when renaming a DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.optionGroupName(String optionGroupName)
A value that indicates the DB instance should be associated with the specified option group.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId)
The AWS KMS key identifier for encryption of Performance Insights data.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The amount of time, in days, to retain Performance Insights data.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.preferredBackupWindow(String preferredBackupWindow)
The daily time range during which automated backups are created if automated backups are enabled, as
determined by the
BackupRetentionPeriod parameter. |
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.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.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.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.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.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.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.promotionTier(Integer promotionTier)
A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a
failure of the existing primary instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.publiclyAccessible(Boolean publiclyAccessible)
A value that indicates whether the DB instance is publicly accessible.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.replicaMode(ReplicaMode replicaMode)
A value that sets the open mode of a replica database to either mounted or read-only.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.replicaMode(String replicaMode)
A value that sets the open mode of a replica database to either mounted or read-only.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.storageType(String storageType)
Specifies the storage type to be associated with the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.tdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which to associate the instance for TDE encryption.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.tdeCredentialPassword(String tdeCredentialPassword)
The password for the given ARN from the key store in order to access the device.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.toBuilder() |
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.useDefaultProcessorFeatures(Boolean useDefaultProcessorFeatures)
A value that indicates whether the DB instance class of the DB instance uses its default processor features.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to authorize on this DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to authorize on this DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyDbInstanceRequest.Builder> |
ModifyDbInstanceRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.