Interface DescribeTagsRequest.Builder

    • Method Detail

      • filters

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

        One or more filters to scope the tags to return. The maximum number of filters per filter type (for example, auto-scaling-group) is 1000.

        Parameters:
        filters - One or more filters to scope the tags to return. The maximum number of filters per filter type (for example, auto-scaling-group) is 1000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeTagsRequest.Builder filters​(Filter... filters)

        One or more filters to scope the tags to return. The maximum number of filters per filter type (for example, auto-scaling-group) is 1000.

        Parameters:
        filters - One or more filters to scope the tags to return. The maximum number of filters per filter type (for example, auto-scaling-group) is 1000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

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

        One or more filters to scope the tags to return. The maximum number of filters per filter type (for example, auto-scaling-group) is 1000.

        This is a convenience method that creates an instance of the Filter.Builder avoiding the need to create one manually via Filter.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 Filter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #filters(java.util.Collection)
      • nextToken

        DescribeTagsRequest.Builder nextToken​(String nextToken)

        The token for the next set of items to return. (You received this token from a previous call.)

        Parameters:
        nextToken - The token for the next set of items to return. (You received this token from a previous call.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxRecords

        DescribeTagsRequest.Builder maxRecords​(Integer maxRecords)

        The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

        Parameters:
        maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.