public static interface UpdateUserRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUserRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
authenticationToken - Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access
the API.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 method 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.