Interface ListLabelsResponse.Builder

    • Method Detail

      • nextToken

        ListLabelsResponse.Builder nextToken​(String nextToken)

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

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

        ListLabelsResponse.Builder labelSummaries​(Collection<LabelSummary> labelSummaries)

        A summary of the items in the label group.

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

        ListLabelsResponse.Builder labelSummaries​(LabelSummary... labelSummaries)

        A summary of the items in the label group.

        Parameters:
        labelSummaries - A summary of the items in the label group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.