CopyableBuilder<ListJobsByPipelineRequest.Builder,ListJobsByPipelineRequest>
, SdkBuilder<ListJobsByPipelineRequest.Builder,ListJobsByPipelineRequest>
public static interface ListJobsByPipelineRequest.Builder extends CopyableBuilder<ListJobsByPipelineRequest.Builder,ListJobsByPipelineRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
ListJobsByPipelineRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.