public static interface RemoveFromGlobalClusterRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<RemoveFromGlobalClusterRequest.Builder,RemoveFromGlobalClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveFromGlobalClusterRequest.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database
cluster.
|
RemoveFromGlobalClusterRequest.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.
|
RemoveFromGlobalClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveFromGlobalClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveFromGlobalClusterRequest.Builder globalClusterIdentifier(String globalClusterIdentifier)
The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.
globalClusterIdentifier - The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.RemoveFromGlobalClusterRequest.Builder dbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.
dbClusterIdentifier - The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database
cluster.RemoveFromGlobalClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveFromGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.