| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBCluster> |
AbstractAmazonNeptuneAsync.createDBClusterAsync(CreateDBClusterRequest request,
AsyncHandler<CreateDBClusterRequest,DBCluster> asyncHandler) |
Future<DBCluster> |
AmazonNeptuneAsync.createDBClusterAsync(CreateDBClusterRequest createDBClusterRequest,
AsyncHandler<CreateDBClusterRequest,DBCluster> asyncHandler)
Creates a new Amazon Neptune DB cluster.
|
Future<DBCluster> |
AmazonNeptuneAsyncClient.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 EC2 Availability Zones that instances in the DB cluster can be created in.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withAvailabilityZones(String... availabilityZones)
A list of EC2 Availability Zones that instances in the DB cluster can be created in.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withCharacterSetName(String characterSetName)
(Not supported by Neptune)
|
CreateDBClusterRequest |
CreateDBClusterRequest.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
If set to
true, tags are copied to any snapshot of the DB cluster that is created. |
CreateDBClusterRequest |
CreateDBClusterRequest.withDatabaseName(String databaseName)
The name for your database of up to 64 alpha-numeric 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.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.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
If set to
true, enables Amazon Identity and Access Management (IAM) authentication for the entire DB
cluster (this cannot be set at an instance level). |
CreateDBClusterRequest |
CreateDBClusterRequest.withEngine(String engine)
The name of the database engine to be used for this DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withEngineVersion(String engineVersion)
The version number of the database engine to use for the new DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withGlobalClusterIdentifier(String globalClusterIdentifier)
The ID of the Neptune global database to which this new DB cluster should be added.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withKmsKeyId(String kmsKeyId)
The Amazon KMS key identifier for an encrypted DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withMasterUsername(String masterUsername)
Not supported by Neptune.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withMasterUserPassword(String masterUserPassword)
Not supported by Neptune.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withOptionGroupName(String optionGroupName)
(Not supported by Neptune)
|
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)
This parameter is not currently supported.
|
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.withServerlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration)
Contains the scaling configuration of a Neptune Serverless DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withSourceRegion(String sourceRegion)
The region where the source instance is located.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withStorageEncrypted(Boolean storageEncrypted)
Specifies whether the DB cluster is encrypted.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withTags(Collection<Tag> tags)
The tags to assign to the new DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withTags(Tag... tags)
The tags to assign to the new 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 © 2023. All rights reserved.