Struct aws_sdk_elastictranscoder::input::list_presets_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListPresetsInput
Implementations
To list presets in chronological order by the date and time that they were created, enter
true
. To list presets in reverse chronological order, enter
false
.
To list presets in chronological order by the date and time that they were created, enter
true
. To list presets 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 ListPresetsInput
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