Interface DescribeTagsResponse.Builder

    • Method Detail

      • tags

        DescribeTagsResponse.Builder tags​(Collection<ConfigurationTag> tags)

        Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

        Parameters:
        tags - Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        DescribeTagsResponse.Builder tags​(ConfigurationTag... tags)

        Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

        Parameters:
        tags - Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeTagsResponse.Builder nextToken​(String nextToken)

        The call returns a token. Use this token to get the next set of results.

        Parameters:
        nextToken - The call returns a token. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.