| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune |
|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateGlobalClusterResponse |
NeptuneClient.createGlobalCluster(Consumer<CreateGlobalClusterRequest.Builder> createGlobalClusterRequest)
Creates a Neptune global database spread across multiple Amazon Regions.
|
default CompletableFuture<CreateGlobalClusterResponse> |
NeptuneAsyncClient.createGlobalCluster(Consumer<CreateGlobalClusterRequest.Builder> createGlobalClusterRequest)
Creates a Neptune global database spread across multiple Amazon Regions.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateGlobalClusterRequest.Builder |
CreateGlobalClusterRequest.builder() |
CreateGlobalClusterRequest.Builder |
CreateGlobalClusterRequest.Builder.deletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global database.
|
CreateGlobalClusterRequest.Builder |
CreateGlobalClusterRequest.Builder.engine(String engine)
The name of the database engine to be used in the global database.
|
CreateGlobalClusterRequest.Builder |
CreateGlobalClusterRequest.Builder.engineVersion(String engineVersion)
The Neptune engine version to be used by the global database.
|
CreateGlobalClusterRequest.Builder |
CreateGlobalClusterRequest.Builder.globalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global database cluster.
|
CreateGlobalClusterRequest.Builder |
CreateGlobalClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGlobalClusterRequest.Builder |
CreateGlobalClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGlobalClusterRequest.Builder |
CreateGlobalClusterRequest.Builder.sourceDBClusterIdentifier(String sourceDBClusterIdentifier)
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary
cluster of the new global database.
|
CreateGlobalClusterRequest.Builder |
CreateGlobalClusterRequest.Builder.storageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the new global database cluster.
|
CreateGlobalClusterRequest.Builder |
CreateGlobalClusterRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateGlobalClusterRequest.Builder> |
CreateGlobalClusterRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.