Interface ListWorkteamsRequest.Builder

    • Method Detail

      • sortOrder

        ListWorkteamsRequest.Builder sortOrder​(String sortOrder)

        The sort order for results. The default is Ascending.

        Parameters:
        sortOrder - The sort order for results. The default is Ascending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListWorkteamsRequest.Builder sortOrder​(SortOrder sortOrder)

        The sort order for results. The default is Ascending.

        Parameters:
        sortOrder - The sort order for results. The default is Ascending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • nameContains

        ListWorkteamsRequest.Builder nameContains​(String nameContains)

        A string in the work team's name. This filter returns only work teams whose name contains the specified string.

        Parameters:
        nameContains - A string in the work team's name. This filter returns only work teams whose name contains the specified string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWorkteamsRequest.Builder nextToken​(String nextToken)

        If the result of the previous ListWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

        Parameters:
        nextToken - If the result of the previous ListWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListWorkteamsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of work teams to return in each page of the response.

        Parameters:
        maxResults - The maximum number of work teams to return in each page of the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.