Interface ListTargetsRequest.Builder

    • Method Detail

      • filters

        ListTargetsRequest.Builder filters​(Collection<ListTargetsFilter> filters)

        The filters to use to return information by service or resource type. Valid filters include target type, target address, and target status.

        A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.

        Parameters:
        filters - The filters to use to return information by service or resource type. Valid filters include target type, target address, and target status.

        A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListTargetsRequest.Builder filters​(ListTargetsFilter... filters)

        The filters to use to return information by service or resource type. Valid filters include target type, target address, and target status.

        A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.

        Parameters:
        filters - The filters to use to return information by service or resource type. Valid filters include target type, target address, and target status.

        A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListTargetsRequest.Builder filters​(Consumer<ListTargetsFilter.Builder>... filters)

        The filters to use to return information by service or resource type. Valid filters include target type, target address, and target status.

        A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.

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

        ListTargetsRequest.Builder nextToken​(String nextToken)

        An enumeration token that, when provided in a request, returns the next batch of the results.

        Parameters:
        nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTargetsRequest.Builder maxResults​(Integer maxResults)

        A non-negative integer used to limit the number of returned results. The maximum number of results that can be returned is 100.

        Parameters:
        maxResults - A non-negative integer used to limit the number of returned results. The maximum number of results that can be returned is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.