Interface StartJobsQueryRequest.Builder

  • Method Details

    • filterList

      Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request.
      Parameters:
      filterList - Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filterList

      Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request.
      Parameters:
      filterList - Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filterList

      Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request. This is a convenience method that creates an instance of the JobsQueryFilter.Builder avoiding the need to create one manually via JobsQueryFilter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to filterList(List<JobsQueryFilter>).

      Parameters:
      filterList - a consumer that will call methods on JobsQueryFilter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      StartJobsQueryRequest.Builder maxResults(Integer maxResults)
      Optional. Number of jobs, up to twenty, that will be included in the jobs query.
      Parameters:
      maxResults - Optional. Number of jobs, up to twenty, that will be included in the jobs query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      StartJobsQueryRequest.Builder nextToken(String nextToken)
      Use this string to request the next batch of jobs matched by a jobs query.
      Parameters:
      nextToken - Use this string to request the next batch of jobs matched by a jobs query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • order

      Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
      Parameters:
      order - Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • order

      Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
      Parameters:
      order - Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      StartJobsQueryRequest.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.