| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateDbClusterResponse |
RdsClient.createDBCluster(Consumer<CreateDbClusterRequest.Builder> createDbClusterRequest)
Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.
|
default CompletableFuture<CreateDbClusterResponse> |
RdsAsyncClient.createDBCluster(Consumer<CreateDbClusterRequest.Builder> createDbClusterRequest)
Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.allocatedStorage(Integer allocatedStorage)
The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance
window.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.availabilityZones(Collection<String> availabilityZones)
A list of Availability Zones (AZs) where DB instances in the DB cluster can be created.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.availabilityZones(String... availabilityZones)
A list of Availability Zones (AZs) where DB instances in the DB cluster can be created.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.backtrackWindow(Long backtrackWindow)
The target backtrack window, in seconds.
|
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.characterSetName(String characterSetName)
The name of the character set (
CharacterSet) to associate the DB cluster with. |
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot)
Specifies whether to copy all tags from the DB cluster to snapshots of the DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.databaseName(String databaseName)
The name for your database of up to 64 alphanumeric characters.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier)
The identifier for this DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbClusterInstanceClass(String dbClusterInstanceClass)
The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example
db.m6gd.xlarge. |
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of the DB cluster parameter group to associate with this DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName)
A DB subnet group to associate with this DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbSystemId(String dbSystemId)
Reserved for future use.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.deletionProtection(Boolean deletionProtection)
Specifies whether the DB cluster has deletion protection enabled.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.domain(String domain)
The Active Directory directory ID to create the DB cluster in.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.domainIAMRoleName(String domainIAMRoleName)
The name of the IAM role to use when making API calls to the Directory Service.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.enableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
The list of log types that need to be enabled for exporting to CloudWatch Logs.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.enableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
The list of log types that need to be enabled for exporting to CloudWatch Logs.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.enableGlobalWriteForwarding(Boolean enableGlobalWriteForwarding)
Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global
cluster (Aurora global database).
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.enableHttpEndpoint(Boolean enableHttpEndpoint)
Specifies whether to enable the HTTP endpoint for an Aurora Serverless v1 DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
database accounts.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights)
Specifies whether to turn on Performance Insights for the DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.engine(String engine)
The database engine to use for this DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.engineMode(String engineMode)
The DB engine mode of the DB cluster, either
provisioned or serverless. |
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.engineVersion(String engineVersion)
The version number of the database engine to use.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.globalClusterIdentifier(String globalClusterIdentifier)
The global cluster ID of an Aurora cluster that becomes the primary cluster in the new global database
cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.iops(Integer iops)
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB
instance in the Multi-AZ DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for an encrypted DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword)
Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.masterUsername(String masterUsername)
The name of the master user for the DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.masterUserPassword(String masterUserPassword)
The password for the master database user.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.masterUserSecretKmsKeyId(String masterUserSecretKmsKeyId)
The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in
Amazon Web Services Secrets Manager.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.monitoringInterval(Integer monitoringInterval)
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.monitoringRoleArn(String monitoringRoleArn)
The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to
Amazon CloudWatch Logs.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.networkType(String networkType)
The network type of the DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.optionGroupName(String optionGroupName)
The option group to associate the DB cluster with.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId)
The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The number of days to retain Performance Insights data.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.port(Integer port)
The port number on which the instances in the DB 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.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.preSignedUrl(String preSignedUrl)
When you are replicating a DB cluster from one Amazon Web Services GovCloud (US) Region to another, an URL
that contains a Signature Version 4 signed request for the
CreateDBCluster operation to be
called in the source Amazon Web Services Region where the DB cluster is replicated from. |
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.publiclyAccessible(Boolean publiclyAccessible)
Specifies whether the DB cluster is publicly accessible.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.replicationSourceIdentifier(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.
|
default CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.scalingConfiguration(Consumer<ScalingConfiguration.Builder> scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.scalingConfiguration(ScalingConfiguration scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
default CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.serverlessV2ScalingConfiguration(Consumer<ServerlessV2ScalingConfiguration.Builder> serverlessV2ScalingConfiguration)
Sets the value of the ServerlessV2ScalingConfiguration property for this object.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration)
Sets the value of the ServerlessV2ScalingConfiguration property for this object.
|
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 DB 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)
Tags to assign to the DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Tags to assign to the DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.tags(Tag... tags)
Tags to assign to the DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.toBuilder() |
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDbClusterRequest.Builder> |
CreateDbClusterRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.