CopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
, SdkBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
public static interface UpdateUserRequest.Builder extends CopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateUserRequest.Builder |
authenticationToken(String authenticationToken) |
Amazon WorkDocs authentication token.
|
UpdateUserRequest.Builder |
givenName(String givenName) |
The given name of the user.
|
UpdateUserRequest.Builder |
locale(String locale) |
The locale of the user.
|
UpdateUserRequest.Builder |
locale(LocaleType locale) |
The locale of the user.
|
UpdateUserRequest.Builder |
storageRule(StorageRuleType storageRule) |
The amount of storage for the user.
|
UpdateUserRequest.Builder |
surname(String surname) |
The surname of the user.
|
UpdateUserRequest.Builder |
timeZoneId(String timeZoneId) |
The time zone ID of the user.
|
UpdateUserRequest.Builder |
type(String type) |
The type of the user.
|
UpdateUserRequest.Builder |
type(UserType type) |
The type of the user.
|
UpdateUserRequest.Builder |
userId(String userId) |
The ID of the user.
|
copy
apply, build
UpdateUserRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken
- Amazon WorkDocs authentication token. This field should not be set when using administrative API
actions, as in accessing the API using AWS credentials.UpdateUserRequest.Builder userId(String userId)
The ID of the user.
userId
- The ID of the user.UpdateUserRequest.Builder givenName(String givenName)
The given name of the user.
givenName
- The given name of the user.UpdateUserRequest.Builder surname(String surname)
The surname of the user.
surname
- The surname of the user.UpdateUserRequest.Builder type(String type)
The type of the user.
type
- The type of the user.UserType
UpdateUserRequest.Builder type(UserType type)
The type of the user.
type
- The type of the user.UserType
UpdateUserRequest.Builder storageRule(StorageRuleType storageRule)
The amount of storage for the user.
storageRule
- The amount of storage for the user.UpdateUserRequest.Builder timeZoneId(String timeZoneId)
The time zone ID of the user.
timeZoneId
- The time zone ID of the user.UpdateUserRequest.Builder locale(String locale)
The locale of the user.
locale
- The locale of the user.LocaleType
UpdateUserRequest.Builder locale(LocaleType locale)
The locale of the user.
locale
- The locale of the user.LocaleType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.