public static interface DeleteUserRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<DeleteUserRequest.Builder,DeleteUserRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteUserRequest.Builder |
clientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to
DeleteUser. |
DeleteUserRequest.Builder |
collectionId(String collectionId)
The ID of an existing collection from which the UserID needs to be deleted.
|
DeleteUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteUserRequest.Builder |
userId(String userId)
ID for the UserID to be deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteUserRequest.Builder collectionId(String collectionId)
The ID of an existing collection from which the UserID needs to be deleted.
collectionId - The ID of an existing collection from which the UserID needs to be deleted.DeleteUserRequest.Builder userId(String userId)
ID for the UserID to be deleted.
userId - ID for the UserID to be deleted.DeleteUserRequest.Builder clientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to DeleteUser. If you use the same token with
multiple DeleteUser requests, the same response is returned. Use ClientRequestToken to prevent
the same request from being processed more than once.
clientRequestToken - Idempotent token used to identify the request to DeleteUser. If you use the same token
with multiple DeleteUser requests, the same response is returned. Use ClientRequestToken
to prevent the same request from being processed more than once.DeleteUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.