| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbInstanceResponse |
RdsClient.modifyDBInstance(Consumer<ModifyDbInstanceRequest.Builder> modifyDbInstanceRequest)
Modifies settings for a DB instance.
|
default CompletableFuture<ModifyDbInstanceResponse> |
RdsAsyncClient.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 (GiB) to allocate for the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade)
Specifies whether major version upgrades are allowed.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.applyImmediately(Boolean applyImmediately)
Specifies 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.automationMode(AutomationMode automationMode)
The automation mode of the RDS Custom DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.automationMode(String automationMode)
The automation mode of the RDS Custom DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Specifies 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 Amazon Web Services 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)
The CA certificate identifier to use for the DB instance6's server certificate.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.certificateRotationRestart(Boolean certificateRotationRestart)
Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.cloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration)
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 log types to be enabled for export to CloudWatch Logs for a specific DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot)
Specifies 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 identifier of DB instance to modify.
|
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)
Specifies whether the DB instance has deletion protection enabled.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.disableDomain(Boolean disableDomain)
Specifies whether to remove the DB instance from the Active Directory domain.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.domain(String domain)
The Active Directory directory ID to move the DB instance to.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.domainAuthSecretArn(String domainAuthSecretArn)
The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.domainDnsIps(Collection<String> domainDnsIps)
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.domainDnsIps(String... domainDnsIps)
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.domainFqdn(String domainFqdn)
The fully qualified domain name (FQDN) of an Active Directory domain.
|
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.domainOu(String domainOu)
The Active Directory organizational unit for your DB instance to join.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.enableCustomerOwnedIp(Boolean enableCustomerOwnedIp)
Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
database accounts.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights)
Specifies whether to enable Performance Insights for the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.engine(String engine)
The target Oracle DB engine when you convert a non-CDB to a CDB.
|
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.manageMasterUserPassword(Boolean manageMasterUserPassword)
Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.masterUserPassword(String masterUserPassword)
The new password for the master user.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.masterUserSecretKmsKeyId(String masterUserSecretKmsKeyId)
The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in
Amazon Web Services Secrets Manager.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.maxAllocatedStorage(Integer maxAllocatedStorage)
The upper limit in gibibytes (GiB) 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)
Specifies whether the DB instance is a Multi-AZ deployment.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.networkType(String networkType)
The network type of the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.newDBInstanceIdentifier(String newDBInstanceIdentifier)
The new identifier for the DB instance when renaming a DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.optionGroupName(String optionGroupName)
The option group to associate the DB instance with.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId)
The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The number of 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 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)
The order of priority 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)
Specifies 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.resumeFullAutomationModeMinutes(Integer resumeFullAutomationModeMinutes)
The number of minutes to pause the automation.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.rotateMasterUserPassword(Boolean rotateMasterUserPassword)
Specifies whether to rotate the secret managed by Amazon Web Services Secrets Manager for the master user
password.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.storageThroughput(Integer storageThroughput)
The storage throughput value for the DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.storageType(String storageType)
The storage type to associate 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)
Specifies 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 Amazon EC2 VPC security groups to associate with this DB instance.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of Amazon EC2 VPC security groups to associate with this DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyDbInstanceRequest.Builder> |
ModifyDbInstanceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.