public static interface UpdateUserRequest.Builder extends IamRequest.Builder, CopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
Modifier and Type | Method and Description |
---|---|
UpdateUserRequest.Builder |
newPath(String newPath)
New path for the IAM user.
|
UpdateUserRequest.Builder |
newUserName(String newUserName)
New name for the user.
|
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 |
userName(String userName)
Name of the user to update.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateUserRequest.Builder userName(String userName)
Name of the user to update. If you're changing the name of the user, this is the original user name.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName
- Name of the user to update. If you're changing the name of the user, this is the original user
name.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
UpdateUserRequest.Builder newPath(String newPath)
New path for the IAM user. Include this parameter only if you're changing the user's path.
This paramater allows (per its regex pattern) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes, containing any ASCII character from the ! (!) thru the DEL character (), including most punctuation characters, digits, and upper and lowercased letters.
newPath
- New path for the IAM user. Include this parameter only if you're changing the user's path.
This paramater allows (per its regex pattern) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes, containing any ASCII character from the ! (!) thru the DEL character (), including most punctuation characters, digits, and upper and lowercased letters.
UpdateUserRequest.Builder newUserName(String newUserName)
New name for the user. Include this parameter only if you're changing the user's name.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
newUserName
- New name for the user. Include this parameter only if you're changing the user's name.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
UpdateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.