public static interface UpdateUserRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
UpdateUserRequest.Builder |
givenName(String givenName)
The given name of the user.
|
UpdateUserRequest.Builder |
grantPoweruserPrivileges(BooleanEnumType grantPoweruserPrivileges)
Boolean value to determine whether the user is granted Poweruser privileges.
|
UpdateUserRequest.Builder |
grantPoweruserPrivileges(String grantPoweruserPrivileges)
Boolean value to determine whether the user is granted Poweruser privileges.
|
UpdateUserRequest.Builder |
locale(LocaleType locale)
The locale of the user.
|
UpdateUserRequest.Builder |
locale(String locale)
The locale of the user.
|
UpdateUserRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateUserRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
default UpdateUserRequest.Builder |
storageRule(Consumer<StorageRuleType.Builder> storageRule)
The amount of storage for 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.
|
buildrequestOverrideConfigcopyapply, buildUpdateUserRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken - Amazon WorkDocs authentication token. Do not set this field 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.
UpdateUserRequest.Builder type(UserType type)
The type of the user.
UpdateUserRequest.Builder storageRule(StorageRuleType storageRule)
The amount of storage for the user.
storageRule - The amount of storage for the user.default UpdateUserRequest.Builder storageRule(Consumer<StorageRuleType.Builder> storageRule)
The amount of storage for the user.
This is a convenience that creates an instance of theStorageRuleType.Builder avoiding the need to
create one manually via StorageRuleType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to storageRule(StorageRuleType).storageRule - a consumer that will call methods on StorageRuleType.BuilderstorageRule(StorageRuleType)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,
LocaleTypeUpdateUserRequest.Builder locale(LocaleType locale)
The locale of the user.
locale - The locale of the user.LocaleType,
LocaleTypeUpdateUserRequest.Builder grantPoweruserPrivileges(String grantPoweruserPrivileges)
Boolean value to determine whether the user is granted Poweruser privileges.
grantPoweruserPrivileges - Boolean value to determine whether the user is granted Poweruser privileges.BooleanEnumType,
BooleanEnumTypeUpdateUserRequest.Builder grantPoweruserPrivileges(BooleanEnumType grantPoweruserPrivileges)
Boolean value to determine whether the user is granted Poweruser privileges.
grantPoweruserPrivileges - Boolean value to determine whether the user is granted Poweruser privileges.BooleanEnumType,
BooleanEnumTypeUpdateUserRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateUserRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.