Class UpdateGroupRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateGroupRequest.Builderbuilder()final StringA new description of the existing group.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final StringThe name of the group that you want to update.final inthashCode()final IntegerA non-negative integer value that specifies the precedence of this group relative to the other groups that a user can belong to in the user pool.final StringroleArn()The Amazon Resource Name (ARN) of an IAM role that you want to associate with the group.static Class<? extends UpdateGroupRequest.Builder>final StringtoString()Returns a string representation of this object.final StringThe ID of the user pool that contains the group you want to update.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
groupName
The name of the group that you want to update.
- Returns:
- The name of the group that you want to update.
-
userPoolId
The ID of the user pool that contains the group you want to update.
- Returns:
- The ID of the user pool that contains the group you want to update.
-
description
A new description of the existing group.
- Returns:
- A new description of the existing group.
-
roleArn
The Amazon Resource Name (ARN) of an IAM role that you want to associate with the group. The role assignment contributes to the
cognito:rolesandcognito:preferred_roleclaims in group members' tokens.- Returns:
- The Amazon Resource Name (ARN) of an IAM role that you want to associate with the group. The role
assignment contributes to the
cognito:rolesandcognito:preferred_roleclaims in group members' tokens.
-
precedence
A non-negative integer value that specifies the precedence of this group relative to the other groups that a user can belong to in the user pool. Zero is the highest precedence value. Groups with lower
Precedencevalues take precedence over groups with higher or nullPrecedencevalues. If a user belongs to two or more groups, it is the group with the lowest precedence value whose role ARN is given in the user's tokens for thecognito:rolesandcognito:preferred_roleclaims.Two groups can have the same
Precedencevalue. If this happens, neither group takes precedence over the other. If two groups with the samePrecedencehave the same role ARN, that role is used in thecognito:preferred_roleclaim in tokens for users in each group. If the two groups have different role ARNs, thecognito:preferred_roleclaim isn't set in users' tokens.The default
Precedencevalue is null. The maximumPrecedencevalue is2^31-1.- Returns:
- A non-negative integer value that specifies the precedence of this group relative to the other groups
that a user can belong to in the user pool. Zero is the highest precedence value. Groups with lower
Precedencevalues take precedence over groups with higher or nullPrecedencevalues. If a user belongs to two or more groups, it is the group with the lowest precedence value whose role ARN is given in the user's tokens for thecognito:rolesandcognito:preferred_roleclaims.Two groups can have the same
Precedencevalue. If this happens, neither group takes precedence over the other. If two groups with the samePrecedencehave the same role ARN, that role is used in thecognito:preferred_roleclaim in tokens for users in each group. If the two groups have different role ARNs, thecognito:preferred_roleclaim isn't set in users' tokens.The default
Precedencevalue is null. The maximumPrecedencevalue is2^31-1.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest> - Specified by:
toBuilderin classCognitoIdentityProviderRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-