| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
protected PresignRequestHandler.PresignableRequest |
CreateDBClusterPresignHandler.adaptRequest(CreateDBClusterRequest originalRequest) |
DBCluster |
AbstractAmazonRDS.createDBCluster(CreateDBClusterRequest request) |
DBCluster |
AmazonRDSClient.createDBCluster(CreateDBClusterRequest request)
Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.
|
DBCluster |
AmazonRDS.createDBCluster(CreateDBClusterRequest createDBClusterRequest)
Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.
|
Future<DBCluster> |
AbstractAmazonRDSAsync.createDBClusterAsync(CreateDBClusterRequest request) |
Future<DBCluster> |
AmazonRDSAsyncClient.createDBClusterAsync(CreateDBClusterRequest request) |
Future<DBCluster> |
AmazonRDSAsync.createDBClusterAsync(CreateDBClusterRequest createDBClusterRequest)
Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.
|
Future<DBCluster> |
AbstractAmazonRDSAsync.createDBClusterAsync(CreateDBClusterRequest request,
AsyncHandler<CreateDBClusterRequest,DBCluster> asyncHandler) |
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 or Multi-AZ DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DBCluster> |
AbstractAmazonRDSAsync.createDBClusterAsync(CreateDBClusterRequest request,
AsyncHandler<CreateDBClusterRequest,DBCluster> asyncHandler) |
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 or Multi-AZ DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDBClusterRequest |
CreateDBClusterRequest.clone() |
CreateDBClusterRequest |
CreateDBClusterRequest.withAllocatedStorage(Integer allocatedStorage)
The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the
maintenance window.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withAvailabilityZones(Collection<String> availabilityZones)
A list of Availability Zones (AZs) where DB instances in the DB cluster can be created.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withAvailabilityZones(String... availabilityZones)
A list of Availability Zones (AZs) where DB 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.withDBClusterInstanceClass(String dBClusterInstanceClass)
The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge.
|
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.withDBSystemId(String dBSystemId)
Reserved for future use.
|
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 v1 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.withEnablePerformanceInsights(Boolean enablePerformanceInsights)
A value that indicates whether to turn on Performance Insights for the DB cluster.
|
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.withIops(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 |
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.withMonitoringInterval(Integer monitoringInterval)
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withMonitoringRoleArn(String monitoringRoleArn)
The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon
CloudWatch Logs.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withNetworkType(String networkType)
The network type of the DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withOptionGroupName(String optionGroupName)
A value that indicates that the DB cluster should be associated with the specified option group.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withPerformanceInsightsKMSKeyId(String performanceInsightsKMSKeyId)
The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withPerformanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The number of days to retain Performance Insights data.
|
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)
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 |
CreateDBClusterRequest.withPubliclyAccessible(Boolean publiclyAccessible)
A value that indicates whether the DB cluster is publicly accessible.
|
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.withServerlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) |
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.withStorageType(String storageType)
Specifies the storage type to be associated with the DB cluster.
|
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 © 2022. All rights reserved.