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 |
newPath(String newPath) |
New path for the IAM user.
|
UpdateUserRequest.Builder |
newUserName(String newUserName) |
New name for the user.
|
UpdateUserRequest.Builder |
userName(String userName) |
Name of the user to update.
|
copy
apply, 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: =,.@-
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.