CopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
, SdkBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
public static interface UpdateGroupRequest.Builder extends CopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
Modifier and Type | Method | 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 |
precedence(Integer precedence) |
The new precedence value for the group.
|
UpdateGroupRequest.Builder |
roleArn(String roleArn) |
The new role ARN for the group.
|
UpdateGroupRequest.Builder |
userPoolId(String userPoolId) |
The user pool ID for the user pool.
|
copy
apply, build
UpdateGroupRequest.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 ARN for the group. This is used for setting the cognito:roles
and
cognito:preferred_role
claims in the token.
roleArn
- The new role 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.