public static interface DisableUserRequest.Builder extends FinspaceDataRequest.Builder, SdkPojo, CopyableBuilder<DisableUserRequest.Builder,DisableUserRequest>
| Modifier and Type | Method and Description |
|---|---|
DisableUserRequest.Builder |
clientToken(String clientToken)
A token that ensures idempotency.
|
DisableUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisableUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisableUserRequest.Builder |
userId(String userId)
The unique identifier for the user account that you want to disable.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisableUserRequest.Builder userId(String userId)
The unique identifier for the user account that you want to disable.
userId - The unique identifier for the user account that you want to disable.DisableUserRequest.Builder clientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken - A token that ensures idempotency. This token expires in 10 minutes.DisableUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisableUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.