Interface ListJobsByStatusRequest.Builder

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

  • Method Details

    • status

      To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

      Parameters:
      status - To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ascending

      To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

      Parameters:
      ascending - To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pageToken

      When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

      Parameters:
      pageToken - When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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