Interface DescribeTagsRequest.Builder

    • Method Detail

      • filters

        DescribeTagsRequest.Builder filters​(Collection<TagFilter> filters)

        You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

        Parameters:
        filters - You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeTagsRequest.Builder filters​(TagFilter... filters)

        You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

        Parameters:
        filters - You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeTagsRequest.Builder filters​(Consumer<TagFilter.Builder>... filters)

        You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

        This is a convenience method that creates an instance of the TagFilter.Builder avoiding the need to create one manually via TagFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #filters(List).

        Parameters:
        filters - a consumer that will call methods on TagFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #filters(java.util.Collection)
      • maxResults

        DescribeTagsRequest.Builder maxResults​(Integer maxResults)

        The total number of items to return in a single page of output. The maximum value is 100.

        Parameters:
        maxResults - The total number of items to return in a single page of output. The maximum value is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeTagsRequest.Builder nextToken​(String nextToken)

        A token to start the list. Use this token to get the next set of results.

        Parameters:
        nextToken - A token to start the list. 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.