public static interface ListJobsByPipelineRequest.Builder extends ElasticTranscoderRequest.Builder, CopyableBuilder<ListJobsByPipelineRequest.Builder,ListJobsByPipelineRequest>
| Modifier and Type | Method and Description |
|---|---|
ListJobsByPipelineRequest.Builder |
ascending(String ascending)
To list jobs in chronological order by the date and time that they were submitted, enter
true. |
ListJobsByPipelineRequest.Builder |
pageToken(String pageToken)
When Elastic Transcoder returns more than one page of results, use
pageToken in subsequent
GET requests to get each successive page of results. |
ListJobsByPipelineRequest.Builder |
pipelineId(String pipelineId)
The ID of the pipeline for which you want to get job information.
|
ListJobsByPipelineRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListJobsByPipelineRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListJobsByPipelineRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline for which you want to get job information.
pipelineId - The ID of the pipeline for which you want to get job information.ListJobsByPipelineRequest.Builder ascending(String 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.
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.ListJobsByPipelineRequest.Builder pageToken(String pageToken)
When Elastic Transcoder returns more than one page of results, use pageToken in subsequent
GET requests to get each successive page of results.
pageToken - When Elastic Transcoder returns more than one page of results, use pageToken in
subsequent GET requests to get each successive page of results.ListJobsByPipelineRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListJobsByPipelineRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.