Interface ListLabelGroupsResponse.Builder

    • Method Detail

      • nextToken

        ListLabelGroupsResponse.Builder nextToken​(String nextToken)

        An opaque pagination token indicating where to continue the listing of label groups.

        Parameters:
        nextToken - An opaque pagination token indicating where to continue the listing of label groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • labelGroupSummaries

        ListLabelGroupsResponse.Builder labelGroupSummaries​(Collection<LabelGroupSummary> labelGroupSummaries)

        A summary of the label groups.

        Parameters:
        labelGroupSummaries - A summary of the label groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • labelGroupSummaries

        ListLabelGroupsResponse.Builder labelGroupSummaries​(LabelGroupSummary... labelGroupSummaries)

        A summary of the label groups.

        Parameters:
        labelGroupSummaries - A summary of the label groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.