Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBCluster> |
AmazonRDSAsyncClient.createDBClusterAsync(CreateDBClusterRequest request,
AsyncHandler<CreateDBClusterRequest,DBCluster> asyncHandler) |
Future<DBCluster> |
AmazonRDSAsync.createDBClusterAsync(CreateDBClusterRequest createDBClusterRequest,
AsyncHandler<CreateDBClusterRequest,DBCluster> asyncHandler)
Creates a new Amazon Aurora DB cluster.
|
Future<DBCluster> |
AbstractAmazonRDSAsync.createDBClusterAsync(CreateDBClusterRequest request,
AsyncHandler<CreateDBClusterRequest,DBCluster> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDBClusterRequest |
CreateDBClusterRequest.clone() |
CreateDBClusterRequest |
CreateDBClusterRequest.withAvailabilityZones(Collection<String> availabilityZones)
A list of EC2 Availability Zones that instances in the DB cluster can be
created in.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withAvailabilityZones(String... availabilityZones)
A list of EC2 Availability Zones that instances in the DB cluster can be
created in.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withCharacterSetName(String characterSetName)
A value that indicates that the DB cluster should be associated with the
specified CharacterSet.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withDatabaseName(String databaseName)
The name for your database of up to 8 alpha-numeric characters.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to associate with this DB
cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withDBSubnetGroupName(String dBSubnetGroupName)
A DB subnet group to associate with this DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEngine(String engine)
The name of the database engine to be used for this DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEngineVersion(String engineVersion)
The version number of the database engine to use.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withKmsKeyId(String kmsKeyId)
The KMS key identifier for an encrypted DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withMasterUsername(String masterUsername)
The name of the master user for the client DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withMasterUserPassword(String masterUserPassword)
The password for the master database user.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withOptionGroupName(String optionGroupName)
A value that indicates that the DB cluster should be associated with the
specified option group.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withPort(Integer port)
The port number on which the instances in the DB cluster accept
connections.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withPreferredBackupWindow(String preferredBackupWindow)
The daily time range during which automated backups are created if
automated backups are enabled using the
BackupRetentionPeriod parameter. |
CreateDBClusterRequest |
CreateDBClusterRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in
Universal Coordinated Time (UTC).
|
CreateDBClusterRequest |
CreateDBClusterRequest.withStorageEncrypted(Boolean storageEncrypted)
Specifies whether the DB cluster is encrypted.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withTags(Collection<Tag> tags) |
CreateDBClusterRequest |
CreateDBClusterRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if
any).
|
CreateDBClusterRequest |
CreateDBClusterRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB cluster.
|
Copyright © 2018. All rights reserved.