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