Interface ListTargetsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CodestarNotificationsRequest.Builder, CopyableBuilder<ListTargetsRequest.Builder,ListTargetsRequest>, SdkBuilder<ListTargetsRequest.Builder,ListTargetsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListTargetsRequest

  • Method Details

    • 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

      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

      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<ListTargetsFilter>).

      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:
    • 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.
    • overrideConfiguration

      ListTargetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.