Class UpdateGroupRequest

    • Method Detail

      • groupName

        public final String groupName()

        The name of the group.

        Returns:
        The name of the group.
      • userPoolId

        public final String userPoolId()

        The user pool ID for the user pool.

        Returns:
        The user pool ID for the user pool.
      • description

        public final String description()

        A string containing the new description of the group.

        Returns:
        A string containing the new description of the group.
      • roleArn

        public final 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.

        Returns:
        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.
      • precedence

        public final Integer precedence()

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

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

        public final String 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.
        Overrides:
        toString in class Object