CreateDBInstanceRequest |
CreateDBInstanceRequest.clone() |
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withAllocatedStorage(Integer allocatedStorage) |
The amount of storage (in gigabytes) to be initially allocated for the
database instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) |
Indicates that minor engine upgrades will be applied automatically to the
DB instance during the maintenance window.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withAvailabilityZone(String availabilityZone) |
The EC2 Availability Zone that the database instance will be created in.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod) |
The number of days for which automated backups are retained.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withCharacterSetName(String characterSetName) |
For supported engines, indicates that the DB instance should be
associated with the specified CharacterSet.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot) |
True to copy all tags from the DB instance to snapshots of the DB
instance; otherwise false.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withDBClusterIdentifier(String dBClusterIdentifier) |
The identifier of the DB cluster that the instance will belong to.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withDBInstanceClass(String dBInstanceClass) |
The compute and memory capacity of the DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withDBInstanceIdentifier(String dBInstanceIdentifier) |
The DB instance identifier.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withDBName(String dBName) |
The meaning of this parameter differs according to the database engine
you use.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withDBParameterGroupName(String dBParameterGroupName) |
The name of the DB parameter group to associate with this DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withDBSecurityGroups(String... dBSecurityGroups) |
A list of DB security groups to associate with this DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withDBSecurityGroups(Collection<String> dBSecurityGroups) |
A list of DB security groups to associate with this DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withDBSubnetGroupName(String dBSubnetGroupName) |
A DB subnet group to associate with this DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withDomain(String domain) |
Specify the Active Directory Domain to create the instance in.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withDomainIAMRoleName(String domainIAMRoleName) |
Specify the name of the IAM role to be used when making API calls to the
Directory Service.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withEngine(String engine) |
The name of the database engine to be used for this instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withEngineVersion(String engineVersion) |
The version number of the database engine to use.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withIops(Integer iops) |
The amount of Provisioned IOPS (input/output operations per second) to be
initially allocated for the DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withKmsKeyId(String kmsKeyId) |
The KMS key identifier for an encrypted DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withLicenseModel(String licenseModel) |
License model information for this DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withMasterUsername(String masterUsername) |
The name of master user for the client DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withMasterUserPassword(String masterUserPassword) |
The password for the master database user.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withMonitoringInterval(Integer monitoringInterval) |
The interval, in seconds, between points when Enhanced Monitoring metrics
are collected for the DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withMonitoringRoleArn(String monitoringRoleArn) |
The ARN for the IAM role that permits RDS to send enhanced monitoring
metrics to CloudWatch Logs.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withMultiAZ(Boolean multiAZ) |
Specifies if the DB instance is a Multi-AZ deployment.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withOptionGroupName(String optionGroupName) |
Indicates that the DB instance should be associated with the specified
option group.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withPort(Integer port) |
The port number on which the database accepts connections.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withPreferredBackupWindow(String preferredBackupWindow) |
The daily time range during which automated backups are created if
automated backups are enabled, using the
BackupRetentionPeriod parameter.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) |
The weekly time range during which system maintenance can occur, in
Universal Coordinated Time (UTC).
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.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.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withPubliclyAccessible(Boolean publiclyAccessible) |
Specifies the accessibility options for the DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withStorageEncrypted(Boolean storageEncrypted) |
Specifies whether the DB instance is encrypted.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withStorageType(String storageType) |
Specifies the storage type to be associated with the DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withTags(Tag... tags) |
NOTE: This method appends the values to the existing list (if
any).
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withTags(Collection<Tag> tags) |
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withTdeCredentialArn(String tdeCredentialArn) |
The ARN from the Key Store with which to associate the instance for TDE
encryption.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withTdeCredentialPassword(String tdeCredentialPassword) |
The password for the given ARN from the Key Store in order to access the
device.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of EC2 VPC security groups to associate with this DB instance.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of EC2 VPC security groups to associate with this DB instance.
|