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() |
|
String |
description() |
A string containing the new description of the group.
|
boolean |
equals(Object obj) |
|
String |
groupName() |
The name of the group.
|
int |
hashCode() |
|
Integer |
precedence() |
The new precedence value for the group.
|
String |
roleArn() |
The new role ARN for the 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() |
|
String |
userPoolId() |
The user pool ID for the user pool.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String groupName()
The name of the group.
public String userPoolId()
The user pool ID for the user pool.
public String description()
A string containing the new description of the group.
public String roleArn()
The new role ARN for the group. This is used for setting the cognito:roles
and
cognito:preferred_role
claims in the token.
cognito:roles
and
cognito:preferred_role
claims in the token.public Integer precedence()
The new precedence value for the group. For more information about this parameter, see CreateGroup.
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.