Interface SearchResourceTagsResponse.Builder

    • Method Detail

      • tags

        SearchResourceTagsResponse.Builder tags​(Collection<TagSet> tags)

        A list of tags used in the Amazon Connect instance.

        Parameters:
        tags - A list of tags used in the Amazon Connect instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        SearchResourceTagsResponse.Builder tags​(TagSet... tags)

        A list of tags used in the Amazon Connect instance.

        Parameters:
        tags - A list of tags used in the Amazon Connect instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchResourceTagsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.