public static interface RemoveFromGlobalClusterRequest.Builder extends RdsRequest.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 Aurora global database
cluster.
|
RemoveFromGlobalClusterRequest.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier to detach from the Aurora global database 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 Aurora global database cluster.
globalClusterIdentifier - The cluster identifier to detach from the Aurora global database cluster.RemoveFromGlobalClusterRequest.Builder dbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.
dbClusterIdentifier - The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global
database 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.