public static interface CreateUserRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateUserRequest.Builder |
displayName(String displayName)
The display name for the new user.
|
CreateUserRequest.Builder |
firstName(String firstName)
The first name of the new user.
|
CreateUserRequest.Builder |
hiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList)
If this parameter is enabled, the user will be hidden from the address book.
|
CreateUserRequest.Builder |
lastName(String lastName)
The last name of the new user.
|
CreateUserRequest.Builder |
name(String name)
The name for the new user.
|
CreateUserRequest.Builder |
organizationId(String organizationId)
The identifier of the organization for which the user is created.
|
CreateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUserRequest.Builder |
password(String password)
The password for the new user.
|
CreateUserRequest.Builder |
role(String role)
The role of the new user.
|
CreateUserRequest.Builder |
role(UserRole role)
The role of the new user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserRequest.Builder organizationId(String organizationId)
The identifier of the organization for which the user is created.
organizationId - The identifier of the organization for which the user is created.CreateUserRequest.Builder name(String name)
The name for the new user. WorkMail directory user names have a maximum length of 64. All others have a maximum length of 20.
name - The name for the new user. WorkMail directory user names have a maximum length of 64. All others have
a maximum length of 20.CreateUserRequest.Builder displayName(String displayName)
The display name for the new user.
displayName - The display name for the new user.CreateUserRequest.Builder password(String password)
The password for the new user.
password - The password for the new user.CreateUserRequest.Builder role(String role)
The role of the new user.
You cannot pass SYSTEM_USER or RESOURCE role in a single request. When a user role is not selected, the default role of USER is selected.
role - The role of the new user.
You cannot pass SYSTEM_USER or RESOURCE role in a single request. When a user role is not selected, the default role of USER is selected.
UserRole,
UserRoleCreateUserRequest.Builder role(UserRole role)
The role of the new user.
You cannot pass SYSTEM_USER or RESOURCE role in a single request. When a user role is not selected, the default role of USER is selected.
role - The role of the new user.
You cannot pass SYSTEM_USER or RESOURCE role in a single request. When a user role is not selected, the default role of USER is selected.
UserRole,
UserRoleCreateUserRequest.Builder firstName(String firstName)
The first name of the new user.
firstName - The first name of the new user.CreateUserRequest.Builder lastName(String lastName)
The last name of the new user.
lastName - The last name of the new user.CreateUserRequest.Builder hiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList)
If this parameter is enabled, the user will be hidden from the address book.
hiddenFromGlobalAddressList - If this parameter is enabled, the user will be hidden from the address book.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.