public static interface CreateUserRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateUserRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique, user-specified identifier for this request that ensures idempotency.
|
CreateUserRequest.Builder |
email(String email)
The email address for the user.
|
CreateUserRequest.Builder |
firstName(String firstName)
The first name for the user.
|
CreateUserRequest.Builder |
lastName(String lastName)
The last name for the user.
|
CreateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUserRequest.Builder |
tags(Collection<Tag> tags)
The tags for the user.
|
CreateUserRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags for the user.
|
CreateUserRequest.Builder |
tags(Tag... tags)
The tags for the user.
|
CreateUserRequest.Builder |
userId(String userId)
The ARN for the user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserRequest.Builder userId(String userId)
The ARN for the user.
userId - The ARN for the user.CreateUserRequest.Builder firstName(String firstName)
The first name for the user.
firstName - The first name for the user.CreateUserRequest.Builder lastName(String lastName)
The last name for the user.
lastName - The last name for the user.CreateUserRequest.Builder email(String email)
The email address for the user.
email - The email address for the user.CreateUserRequest.Builder clientRequestToken(String clientRequestToken)
A unique, user-specified identifier for this request that ensures idempotency.
clientRequestToken - A unique, user-specified identifier for this request that ensures idempotency.CreateUserRequest.Builder tags(Collection<Tag> tags)
The tags for the user.
tags - The tags for the user.CreateUserRequest.Builder tags(Tag... tags)
The tags for the user.
tags - The tags for the user.CreateUserRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags for the user.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) 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.