| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune |
|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateDbClusterResponse |
NeptuneClient.createDBCluster(Consumer<CreateDbClusterRequest.Builder> createDbClusterRequest)
Creates a new Amazon Neptune DB cluster.
|
default CompletableFuture<CreateDbClusterResponse> |
NeptuneAsyncClient.createDBCluster(Consumer<CreateDbClusterRequest.Builder> createDbClusterRequest)
Creates a new Amazon Neptune DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.availabilityZones(Collection<String> availabilityZones)
A list of EC2 Availability Zones that instances in the DB cluster can be created in.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.availabilityZones(String... availabilityZones)
A list of EC2 Availability Zones that instances in the DB 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.characterSetName(String characterSetName)
(Not supported by Neptune)
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot)
If set to
true, tags are copied to any snapshot of the DB cluster that is created. |
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.databaseName(String databaseName)
The name for your database of up to 64 alpha-numeric characters.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier.
|
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.deletionProtection(Boolean deletionProtection)
A value that indicates whether the DB cluster has deletion protection enabled.
|
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.enableIAMDatabaseAuthentication(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.Builder |
CreateDbClusterRequest.Builder.engine(String engine)
The name of the database engine to be used for this DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.engineVersion(String engineVersion)
The version number of the database engine to use for the new DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.globalClusterIdentifier(String globalClusterIdentifier)
The ID of the Neptune global database to which this new DB cluster should be added.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.kmsKeyId(String kmsKeyId)
The Amazon KMS key identifier for an encrypted DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.masterUsername(String masterUsername)
Not supported by Neptune.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.masterUserPassword(String masterUserPassword)
Not supported by Neptune.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.optionGroupName(String optionGroupName)
(Not supported by Neptune)
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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, in Universal Coordinated Time (UTC).
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.preSignedUrl(String preSignedUrl)
This parameter is not currently supported.
|
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.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.tags(Collection<Tag> tags)
The tags to assign to the new DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to assign to the new DB cluster.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.tags(Tag... tags)
The tags to assign to the new 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.