public static interface UpdateUserRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
UpdateUserRequest.Builder |
licenseType(License licenseType)
The user license type to update.
|
UpdateUserRequest.Builder |
licenseType(String licenseType)
The user license type to update.
|
UpdateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateUserRequest.Builder |
userId(String userId)
The user ID.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateUserRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.UpdateUserRequest.Builder userId(String userId)
The user ID.
userId - The user ID.UpdateUserRequest.Builder licenseType(String licenseType)
The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
UpdateUserRequest.Builder licenseType(License licenseType)
The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
UpdateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.