Interface GetTagsResponse.Builder

    • Method Detail

      • nextPageToken

        GetTagsResponse.Builder nextPageToken​(String nextPageToken)

        The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

        Parameters:
        nextPageToken - The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        GetTagsResponse.Builder tags​(Collection<String> tags)

        The tags that match your request.

        Parameters:
        tags - The tags that match your request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        GetTagsResponse.Builder tags​(String... tags)

        The tags that match your request.

        Parameters:
        tags - The tags that match your request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • returnSize

        GetTagsResponse.Builder returnSize​(Integer returnSize)

        The number of query results that Amazon Web Services returns at a time.

        Parameters:
        returnSize - The number of query results that Amazon Web Services returns at a time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalSize

        GetTagsResponse.Builder totalSize​(Integer totalSize)

        The total number of query results.

        Parameters:
        totalSize - The total number of query results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.