Interface DeleteKxVolumeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteKxVolumeRequest.Builder,
,DeleteKxVolumeRequest> FinspaceRequest.Builder
,SdkBuilder<DeleteKxVolumeRequest.Builder,
,DeleteKxVolumeRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteKxVolumeRequest
@Mutable
@NotThreadSafe
public static interface DeleteKxVolumeRequest.Builder
extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<DeleteKxVolumeRequest.Builder,DeleteKxVolumeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A token that ensures idempotency.environmentId
(String environmentId) A unique identifier for the kdb environment, whose clusters can attach to the volume.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.volumeName
(String volumeName) The name of the volume that you want to delete.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, sdkFieldNameToField, sdkFields
-
Method Details
-
environmentId
A unique identifier for the kdb environment, whose clusters can attach to the volume.
- Parameters:
environmentId
- A unique identifier for the kdb environment, whose clusters can attach to the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeName
The name of the volume that you want to delete.
- Parameters:
volumeName
- The name of the volume that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A token that ensures idempotency. This token expires in 10 minutes.
- Parameters:
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteKxVolumeRequest.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
DeleteKxVolumeRequest.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.
-