public static interface UpdateGroupRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupRequest.Builder |
description(String description)
A string containing the new description of the group.
|
UpdateGroupRequest.Builder |
groupName(String groupName)
The name of the group.
|
UpdateGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGroupRequest.Builder |
precedence(Integer precedence)
The new precedence value for the group.
|
UpdateGroupRequest.Builder |
roleArn(String roleArn)
The new role Amazon Resource Name (ARN) for the group.
|
UpdateGroupRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGroupRequest.Builder groupName(String groupName)
The name of the group.
groupName - The name of the group.UpdateGroupRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId - The user pool ID for the user pool.UpdateGroupRequest.Builder description(String description)
A string containing the new description of the group.
description - A string containing the new description of the group.UpdateGroupRequest.Builder roleArn(String roleArn)
The new role Amazon Resource Name (ARN) for the group. This is used for setting the
cognito:roles and cognito:preferred_role claims in the token.
roleArn - The new role Amazon Resource Name (ARN) for the group. This is used for setting the
cognito:roles and cognito:preferred_role claims in the token.UpdateGroupRequest.Builder precedence(Integer precedence)
The new precedence value for the group. For more information about this parameter, see CreateGroup.
precedence - The new precedence value for the group. For more information about this parameter, see CreateGroup.UpdateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.