Interface RemoveFromGlobalClusterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveFromGlobalClusterRequest.Builder,RemoveFromGlobalClusterRequest>,NeptuneRequest.Builder,SdkBuilder<RemoveFromGlobalClusterRequest.Builder,RemoveFromGlobalClusterRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveFromGlobalClusterRequest
public static interface RemoveFromGlobalClusterRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<RemoveFromGlobalClusterRequest.Builder,RemoveFromGlobalClusterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveFromGlobalClusterRequest.BuilderdbClusterIdentifier(String dbClusterIdentifier)The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.RemoveFromGlobalClusterRequest.BuilderglobalClusterIdentifier(String globalClusterIdentifier)The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.RemoveFromGlobalClusterRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveFromGlobalClusterRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.neptune.model.NeptuneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
globalClusterIdentifier
RemoveFromGlobalClusterRequest.Builder globalClusterIdentifier(String globalClusterIdentifier)
The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.
- Parameters:
globalClusterIdentifier- The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterIdentifier
RemoveFromGlobalClusterRequest.Builder dbClusterIdentifier(String dbClusterIdentifier)
The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.
- Parameters:
dbClusterIdentifier- The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveFromGlobalClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveFromGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-