public static interface UpdateUserRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.Builder |
city(String city)
Updates the user's city.
|
UpdateUserRequest.Builder |
company(String company)
Updates the user's company.
|
UpdateUserRequest.Builder |
country(String country)
Updates the user's country.
|
UpdateUserRequest.Builder |
department(String department)
Updates the user's department.
|
UpdateUserRequest.Builder |
displayName(String displayName)
Updates the display name of the user.
|
UpdateUserRequest.Builder |
firstName(String firstName)
Updates the user's first name.
|
UpdateUserRequest.Builder |
hiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList)
If enabled, the user is hidden from the global address list.
|
UpdateUserRequest.Builder |
initials(String initials)
Updates the user's initials.
|
UpdateUserRequest.Builder |
jobTitle(String jobTitle)
Updates the user's job title.
|
UpdateUserRequest.Builder |
lastName(String lastName)
Updates the user's last name.
|
UpdateUserRequest.Builder |
office(String office)
Updates the user's office.
|
UpdateUserRequest.Builder |
organizationId(String organizationId)
The identifier for the organization under which the user exists.
|
UpdateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateUserRequest.Builder |
role(String role)
Updates the user role.
|
UpdateUserRequest.Builder |
role(UserRole role)
Updates the user role.
|
UpdateUserRequest.Builder |
street(String street)
Updates the user's street address.
|
UpdateUserRequest.Builder |
telephone(String telephone)
Updates the user's contact details.
|
UpdateUserRequest.Builder |
userId(String userId)
The identifier for the user to be updated.
|
UpdateUserRequest.Builder |
zipCode(String zipCode)
Updates the user's zipcode.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUserRequest.Builder organizationId(String organizationId)
The identifier for the organization under which the user exists.
organizationId - The identifier for the organization under which the user exists.UpdateUserRequest.Builder userId(String userId)
The identifier for the user to be updated.
The identifier can be the UserId, Username, or email. The following identity formats are available:
User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: user@domain.tld
User name: user
userId - The identifier for the user to be updated.
The identifier can be the UserId, Username, or email. The following identity formats are available:
User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: user@domain.tld
User name: user
UpdateUserRequest.Builder role(String role)
Updates the user role.
You cannot pass SYSTEM_USER or RESOURCE.
UpdateUserRequest.Builder role(UserRole role)
Updates the user role.
You cannot pass SYSTEM_USER or RESOURCE.
UpdateUserRequest.Builder displayName(String displayName)
Updates the display name of the user.
displayName - Updates the display name of the user.UpdateUserRequest.Builder firstName(String firstName)
Updates the user's first name.
firstName - Updates the user's first name.UpdateUserRequest.Builder lastName(String lastName)
Updates the user's last name.
lastName - Updates the user's last name.UpdateUserRequest.Builder hiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList)
If enabled, the user is hidden from the global address list.
hiddenFromGlobalAddressList - If enabled, the user is hidden from the global address list.UpdateUserRequest.Builder initials(String initials)
Updates the user's initials.
initials - Updates the user's initials.UpdateUserRequest.Builder telephone(String telephone)
Updates the user's contact details.
telephone - Updates the user's contact details.UpdateUserRequest.Builder street(String street)
Updates the user's street address.
street - Updates the user's street address.UpdateUserRequest.Builder jobTitle(String jobTitle)
Updates the user's job title.
jobTitle - Updates the user's job title.UpdateUserRequest.Builder city(String city)
Updates the user's city.
city - Updates the user's city.UpdateUserRequest.Builder company(String company)
Updates the user's company.
company - Updates the user's company.UpdateUserRequest.Builder zipCode(String zipCode)
Updates the user's zipcode.
zipCode - Updates the user's zipcode.UpdateUserRequest.Builder department(String department)
Updates the user's department.
department - Updates the user's department.UpdateUserRequest.Builder country(String country)
Updates the user's country.
country - Updates the user's country.UpdateUserRequest.Builder office(String office)
Updates the user's office.
office - Updates the user's office.UpdateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.