Struct aws_sdk_elastictranscoder::input::create_preset_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreatePresetInput
Implementations
The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
A description of the preset.
A description of the preset.
The container type for the output file. Valid values include flac
,
flv
, fmp4
,
gif
, mp3
,
mp4
, mpg
, mxf
, oga
,
ogg
, ts
, and webm
.
The container type for the output file. Valid values include flac
,
flv
, fmp4
,
gif
, mp3
,
mp4
, mpg
, mxf
, oga
,
ogg
, ts
, and webm
.
A section of the request body that specifies the video parameters.
A section of the request body that specifies the video parameters.
A section of the request body that specifies the audio parameters.
A section of the request body that specifies the audio parameters.
A section of the request body that specifies the thumbnail parameters, if any.
A section of the request body that specifies the thumbnail parameters, if any.
Consumes the builder and constructs a CreatePresetInput
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