Interface ListJobsByPipelineRequest.Builder

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

  • Method Details

    • pipelineId

      ListJobsByPipelineRequest.Builder pipelineId(String pipelineId)

      The ID of the pipeline for which you want to get job information.

      Parameters:
      pipelineId - The ID of the pipeline for which you want to get job information.
      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

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