Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
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) |
Future<DBCluster> |
AmazonRDSAsyncClient.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 Availability Zones (AZs) where instances in the DB cluster can be created.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withAvailabilityZones(String... availabilityZones)
A list of Availability Zones (AZs) where instances in the DB cluster can be created.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withBacktrackWindow(Long backtrackWindow)
The target backtrack window, in seconds.
|
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.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withDatabaseName(String databaseName)
The name for your database of up to 64 alphanumeric 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.withDeletionProtection(Boolean deletionProtection)
A value that indicates whether the DB cluster has deletion protection enabled.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withDomain(String domain)
The Active Directory directory ID to create the DB cluster in.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withDomainIAMRoleName(String domainIAMRoleName)
Specify the name of the IAM role to be used when making API calls to the Directory Service.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEnableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
The list of log types that need to be enabled for exporting to CloudWatch Logs.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEnableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
The list of log types that need to be enabled for exporting to CloudWatch Logs.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEnableGlobalWriteForwarding(Boolean enableGlobalWriteForwarding)
A value that indicates whether to enable this DB cluster to forward write operations to the primary cluster of an
Aurora global database (GlobalCluster).
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEnableHttpEndpoint(Boolean enableHttpEndpoint)
A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM)
accounts to database accounts.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEngine(String engine)
The name of the database engine to be used for this DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEngineMode(String engineMode)
The DB engine mode of the DB cluster, either
provisioned , serverless ,
parallelquery , global , or multimaster . |
CreateDBClusterRequest |
CreateDBClusterRequest.withEngineVersion(String engineVersion)
The version number of the database engine to use.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withGlobalClusterIdentifier(String globalClusterIdentifier)
The global cluster ID of an Aurora cluster that becomes the primary cluster in the new global database cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withKmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for an encrypted DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withMasterUsername(String masterUsername)
The name of the master user for the 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.withPreSignedUrl(String preSignedUrl)
A URL that contains a Signature Version 4 signed request for the
CreateDBCluster action to be called
in the source Amazon Web Services Region where the DB cluster is replicated from. |
CreateDBClusterRequest |
CreateDBClusterRequest.withReplicationSourceIdentifier(String replicationSourceIdentifier)
The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read
replica.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withScalingConfiguration(ScalingConfiguration scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
CreateDBClusterRequest |
CreateDBClusterRequest.withSourceRegion(String sourceRegion)
The region where the source instance is located.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withStorageEncrypted(Boolean storageEncrypted)
A value that indicates whether the DB cluster is encrypted.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withTags(Collection<Tag> tags)
Tags to assign to the DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withTags(Tag... tags)
Tags to assign to the DB cluster.
|
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 © 2021. All rights reserved.