Interface DeleteKxClusterNodeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteKxClusterNodeRequest.Builder,
,DeleteKxClusterNodeRequest> FinspaceRequest.Builder
,SdkBuilder<DeleteKxClusterNodeRequest.Builder,
,DeleteKxClusterNodeRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteKxClusterNodeRequest
public static interface DeleteKxClusterNodeRequest.Builder
extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<DeleteKxClusterNodeRequest.Builder,DeleteKxClusterNodeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclusterName
(String clusterName) The name of the cluster, for which you want to delete the nodes.environmentId
(String environmentId) A unique identifier for the kdb environment.A unique identifier for the node that you want to delete.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.finspace.model.FinspaceRequest.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 Details
-
environmentId
A unique identifier for the kdb environment.
- Parameters:
environmentId
- A unique identifier for the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterName
The name of the cluster, for which you want to delete the nodes.
- Parameters:
clusterName
- The name of the cluster, for which you want to delete the nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeId
A unique identifier for the node that you want to delete.
- Parameters:
nodeId
- A unique identifier for the node that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteKxClusterNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteKxClusterNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-