ModifyDBInstanceRequest |
ModifyDBInstanceRequest.clone() |
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withAllocatedStorage(Integer allocatedStorage) |
The new storage capacity of the RDS instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withAllowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade) |
Indicates that major version upgrades are allowed.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withApplyImmediately(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 |
ModifyDBInstanceRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) |
Indicates that minor version upgrades will be applied automatically to
the DB instance during the maintenance window.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod) |
The number of days to retain automated backups.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withCACertificateIdentifier(String cACertificateIdentifier) |
Indicates the certificate that needs to be associated with the instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot) |
True to copy all tags from the DB instance to snapshots of the DB
instance; otherwise false.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDBInstanceClass(String dBInstanceClass) |
The new compute and memory capacity of the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDBInstanceIdentifier(String dBInstanceIdentifier) |
The DB instance identifier.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDBParameterGroupName(String dBParameterGroupName) |
The name of the DB parameter group to apply to the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDBPortNumber(Integer dBPortNumber) |
The port number on which the database accepts connections.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDBSecurityGroups(String... dBSecurityGroups) |
A list of DB security groups to authorize on this DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDBSecurityGroups(Collection<String> dBSecurityGroups) |
A list of DB security groups to authorize on this DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDomain(String domain) |
Specify the Active Directory Domain to move the instance to.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDomainIAMRoleName(String domainIAMRoleName) |
Specify the name of the IAM role to be used when making API calls to the
Directory Service.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withEngineVersion(String engineVersion) |
The version number of the database engine to upgrade to.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withIops(Integer iops) |
The new Provisioned IOPS (I/O operations per second) value for the RDS
instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withMasterUserPassword(String masterUserPassword) |
The new password for the DB instance master user.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withMonitoringInterval(Integer monitoringInterval) |
The interval, in seconds, between points when Enhanced Monitoring metrics
are collected for the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withMonitoringRoleArn(String monitoringRoleArn) |
The ARN for the IAM role that permits RDS to send enhanced monitoring
metrics to CloudWatch Logs.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withMultiAZ(Boolean multiAZ) |
Specifies if the DB instance is a Multi-AZ deployment.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withNewDBInstanceIdentifier(String newDBInstanceIdentifier) |
The new DB instance identifier for the DB instance when renaming a DB
instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withOptionGroupName(String optionGroupName) |
Indicates that the DB instance should be associated with the specified
option group.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withPreferredBackupWindow(String preferredBackupWindow) |
The daily time range during which automated backups are created if
automated backups are enabled, as determined by the
BackupRetentionPeriod parameter.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) |
The weekly time range (in UTC) during which system maintenance can occur,
which might result in an outage.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withPromotionTier(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 |
ModifyDBInstanceRequest.withPubliclyAccessible(Boolean publiclyAccessible) |
Boolean value that indicates if the DB instance has a publicly resolvable
DNS name.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withStorageType(String storageType) |
Specifies the storage type to be associated with the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withTdeCredentialArn(String tdeCredentialArn) |
The ARN from the Key Store with which to associate the instance for TDE
encryption.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withTdeCredentialPassword(String tdeCredentialPassword) |
The password for the given ARN from the Key Store in order to access the
device.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of EC2 VPC security groups to authorize on this DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of EC2 VPC security groups to authorize on this DB instance.
|