Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateGroupRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
groupName() |
Name of the IAM group to update.
|
int |
hashCode() |
|
String |
newGroupName() |
New name for the IAM group.
|
String |
newPath() |
New path for the IAM group.
|
static Class<? extends UpdateGroupRequest.Builder> |
serializableBuilderClass() |
|
UpdateGroupRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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: =,.@-
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: =,.@-
public 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.
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.
public 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: =,.@-
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: =,.@-
public UpdateGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
public static UpdateGroupRequest.Builder builder()
public static Class<? extends UpdateGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.