Struct aws_sdk_elastictranscoder::input::list_jobs_by_pipeline_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListJobsByPipelineInput
Implementations
The ID of the pipeline for which you want to get job information.
The ID of the pipeline for which you want to get job information.
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
.
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
.
When Elastic Transcoder returns more than one page of results, use pageToken
in
subsequent GET
requests to get each successive page of results.
When Elastic Transcoder returns more than one page of results, use pageToken
in
subsequent GET
requests to get each successive page of results.
Consumes the builder and constructs a ListJobsByPipelineInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more