Interface ListJobsRequest.Builder

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

public static interface ListJobsRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
  • Method Details

    • maxResults

      ListJobsRequest.Builder maxResults(Integer maxResults)
      Optional. Number of jobs, up to twenty, that will be returned at one time.
      Parameters:
      maxResults - Optional. Number of jobs, up to twenty, that will be returned at one time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListJobsRequest.Builder nextToken(String nextToken)
      Optional. Use this string, provided with the response to a previous request, to request the next batch of jobs.
      Parameters:
      nextToken - Optional. Use this string, provided with the response to a previous request, to request the next batch of jobs.
      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:
    • queue

      Optional. Provide a queue name to get back only jobs from that queue.
      Parameters:
      queue - Optional. Provide a queue name to get back only jobs from that queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
      Parameters:
      status - Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
      Parameters:
      status - Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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