Interface DeleteKxUserRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteKxUserRequest.Builder,
,DeleteKxUserRequest> FinspaceRequest.Builder
,SdkBuilder<DeleteKxUserRequest.Builder,
,DeleteKxUserRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteKxUserRequest
@Mutable
@NotThreadSafe
public static interface DeleteKxUserRequest.Builder
extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<DeleteKxUserRequest.Builder,DeleteKxUserRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A token that ensures idempotency.environmentId
(String environmentId) A unique identifier for the kdb environment.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A unique identifier for the user 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
-
userName
A unique identifier for the user that you want to delete.
- Parameters:
userName
- A unique identifier for the user that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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
DeleteKxUserRequest.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
DeleteKxUserRequest.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.
-