CopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
, SdkBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
public static interface UpdateGroupRequest.Builder extends CopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateGroupRequest.Builder |
groupName(String groupName) |
Name of the IAM group to update.
|
UpdateGroupRequest.Builder |
newGroupName(String newGroupName) |
New name for the IAM group.
|
UpdateGroupRequest.Builder |
newPath(String newPath) |
New path for the IAM group.
|
copy
apply, build
UpdateGroupRequest.Builder groupName(String groupName)
Name of the IAM group to update. If you're changing the name of the group, this is the original 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: =,.@-
groupName
- Name of the IAM group to update. If you're changing the name of the group, this is the original
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: =,.@-
UpdateGroupRequest.Builder newPath(String newPath)
New path for the IAM group. Only include this if changing the group'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 group. Only include this if changing the group'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.
UpdateGroupRequest.Builder newGroupName(String newGroupName)
New name for the IAM group. Only include this if changing the group'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: =,.@-
newGroupName
- New name for the IAM group. Only include this if changing the group'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.