Interface UpdateGroupRequest.Builder

    • Method Detail

      • groupName

        UpdateGroupRequest.Builder groupName​(String groupName)

        The name of the group.

        Parameters:
        groupName - The name of the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userPoolId

        UpdateGroupRequest.Builder userPoolId​(String userPoolId)

        The user pool ID for the user pool.

        Parameters:
        userPoolId - The user pool ID for the user pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateGroupRequest.Builder description​(String description)

        A string containing the new description of the group.

        Parameters:
        description - A string containing the new description of the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • precedence

        UpdateGroupRequest.Builder precedence​(Integer precedence)

        The new precedence value for the group. For more information about this parameter, see CreateGroup.

        Parameters:
        precedence - The new precedence value for the group. For more information about this parameter, see CreateGroup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.