Interface ListLfTagsResponse.Builder

    • Method Detail

      • lfTags

        ListLfTagsResponse.Builder lfTags​(Collection<LFTagPair> lfTags)

        A list of LF-tags that the requested has permission to view.

        Parameters:
        lfTags - A list of LF-tags that the requested has permission to view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lfTags

        ListLfTagsResponse.Builder lfTags​(LFTagPair... lfTags)

        A list of LF-tags that the requested has permission to view.

        Parameters:
        lfTags - A list of LF-tags that the requested has permission to view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLfTagsResponse.Builder nextToken​(String nextToken)

        A continuation token, present if the current list segment is not the last.

        Parameters:
        nextToken - A continuation token, present if the current list segment is not the last.
        Returns:
        Returns a reference to this object so that method calls can be chained together.