public static interface RemoveFromGlobalClusterRequest.Builder extends DocDbRequest.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 that was detached from the Amazon DocumentDB global
cluster.
|
RemoveFromGlobalClusterRequest.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier to detach from the Amazon DocumentDB global cluster.
|
RemoveFromGlobalClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveFromGlobalClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveFromGlobalClusterRequest.Builder globalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier to detach from the Amazon DocumentDB global cluster.
globalClusterIdentifier - The cluster identifier to detach from the Amazon DocumentDB global cluster.RemoveFromGlobalClusterRequest.Builder dbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB global cluster.
dbClusterIdentifier - The Amazon Resource Name (ARN) identifying the cluster that was detached from the Amazon DocumentDB
global cluster.RemoveFromGlobalClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveFromGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.