public static interface UpdateGroupRequest.Builder extends IAMRequest.Builder, CopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
| Modifier and Type | Method and 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.
|
UpdateGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateGroupRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateGroupRequest.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: =,.@-
UpdateGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateGroupRequest.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.