| Package | Description |
|---|---|
| com.amazonaws.services.docdb |
Amazon DocumentDB is a fast, reliable, and fully managed database service.
|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBCluster> |
AmazonDocDBAsyncClient.createDBClusterAsync(CreateDBClusterRequest request,
AsyncHandler<CreateDBClusterRequest,DBCluster> asyncHandler) |
Future<DBCluster> |
AmazonDocDBAsync.createDBClusterAsync(CreateDBClusterRequest createDBClusterRequest,
AsyncHandler<CreateDBClusterRequest,DBCluster> asyncHandler)
Creates a new Amazon DocumentDB cluster.
|
Future<DBCluster> |
AbstractAmazonDocDBAsync.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 Amazon EC2 Availability Zones that instances in the cluster can be created in.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withAvailabilityZones(String... availabilityZones)
A list of Amazon EC2 Availability Zones that instances in the cluster can be created in.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The cluster identifier.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the cluster parameter group to associate with this cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withDBSubnetGroupName(String dBSubnetGroupName)
A subnet group to associate with this cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withDeletionProtection(Boolean deletionProtection)
Specifies whether this cluster can be deleted.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEnableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
A list of log types that need to be enabled for exporting to Amazon CloudWatch Logs.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEnableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
A list of log types that need to be enabled for exporting to Amazon CloudWatch Logs.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEngine(String engine)
The name of the database engine to be used for this cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEngineVersion(String engineVersion)
The version number of the database engine to use.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withKmsKeyId(String kmsKeyId)
The KMS key identifier for an encrypted cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withMasterUsername(String masterUsername)
The name of the master user for the cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withMasterUserPassword(String masterUserPassword)
The password for the master database user.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withPort(Integer port)
The port number on which the instances in the 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)
Not currently supported.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withSourceRegion(String sourceRegion)
The region where the source instance is located.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withStorageEncrypted(Boolean storageEncrypted)
Specifies whether the cluster is encrypted.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withStorageType(String storageType)
The storage type to associate with the DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withTags(Tag... tags)
The tags to be assigned to the cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this cluster.
|
Copyright © 2024. All rights reserved.