public static interface CreateUserRequest.Builder extends AlexaForBusinessRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateUserRequest.Builder |
tags(Collection<Tag> 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.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.