CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.availabilityZones(String... availabilityZones) |
A list of Amazon EC2 Availability Zones that instances in the cluster can be created in.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.availabilityZones(Collection<String> availabilityZones) |
A list of Amazon EC2 Availability Zones that instances in the cluster can be created in.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) |
The number of days for which automated backups are retained.
|
static CreateDbClusterRequest.Builder |
CreateDbClusterRequest.builder() |
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) |
The cluster identifier.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName) |
The name of the cluster parameter group to associate with this cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName) |
A subnet group to associate with this cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.deletionProtection(Boolean deletionProtection) |
Specifies whether this cluster can be deleted.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports) |
A list of log types that need to be enabled for exporting to Amazon CloudWatch Logs.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports) |
A list of log types that need to be enabled for exporting to Amazon CloudWatch Logs.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.engine(String engine) |
The name of the database engine to be used for this cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.engineVersion(String engineVersion) |
The version number of the database engine to use.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.globalClusterIdentifier(String globalClusterIdentifier) |
The cluster identifier of the new global cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.kmsKeyId(String kmsKeyId) |
The KMS key identifier for an encrypted cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.masterUsername(String masterUsername) |
The name of the master user for the cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.masterUserPassword(String masterUserPassword) |
The password for the master database user.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.port(Integer port) |
The port number on which the instances in the cluster accept connections.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.preferredBackupWindow(String preferredBackupWindow) |
The daily time range during which automated backups are created if automated backups are enabled using the
BackupRetentionPeriod parameter.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) |
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.preSignedUrl(String preSignedUrl) |
Not currently supported.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.sourceRegion(String sourceRegion) |
If PreSignedUrl is not specified, this is the region where the source snapshot is located.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.storageEncrypted(Boolean storageEncrypted) |
Specifies whether the cluster is encrypted.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.storageType(String storageType) |
The storage type to associate with the DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.tags(Collection<Tag> tags) |
The tags to be assigned to the cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags to be assigned to the cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.tags(Tag... tags) |
The tags to be assigned to the cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.toBuilder() |
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of EC2 VPC security groups to associate with this cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of EC2 VPC security groups to associate with this cluster.
|