CopyableBuilder<CreatePresetRequest.Builder,CreatePresetRequest>
, SdkBuilder<CreatePresetRequest.Builder,CreatePresetRequest>
public static interface CreatePresetRequest.Builder extends CopyableBuilder<CreatePresetRequest.Builder,CreatePresetRequest>
Modifier and Type | Method | Description |
---|---|---|
CreatePresetRequest.Builder |
audio(AudioParameters audio) |
A section of the request body that specifies the audio parameters.
|
CreatePresetRequest.Builder |
container(String container) |
The container type for the output file.
|
CreatePresetRequest.Builder |
description(String description) |
A description of the preset.
|
CreatePresetRequest.Builder |
name(String name) |
The name of the preset.
|
CreatePresetRequest.Builder |
thumbnails(Thumbnails thumbnails) |
A section of the request body that specifies the thumbnail parameters, if any.
|
CreatePresetRequest.Builder |
video(VideoParameters video) |
A section of the request body that specifies the video parameters.
|
copy
apply, build
CreatePresetRequest.Builder name(String name)
The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
name
- The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is
not enforced.CreatePresetRequest.Builder description(String description)
A description of the preset.
description
- A description of the preset.CreatePresetRequest.Builder container(String container)
The container type for the output file. Valid values include flac
, flv
,
fmp4
, gif
, mp3
, mp4
, mpg
, mxf
,
oga
, ogg
, ts
, and webm
.
container
- The container type for the output file. Valid values include flac
, flv
,
fmp4
, gif
, mp3
, mp4
, mpg
,
mxf
, oga
, ogg
, ts
, and webm
.CreatePresetRequest.Builder video(VideoParameters video)
A section of the request body that specifies the video parameters.
video
- A section of the request body that specifies the video parameters.CreatePresetRequest.Builder audio(AudioParameters audio)
A section of the request body that specifies the audio parameters.
audio
- A section of the request body that specifies the audio parameters.CreatePresetRequest.Builder thumbnails(Thumbnails thumbnails)
A section of the request body that specifies the thumbnail parameters, if any.
thumbnails
- A section of the request body that specifies the thumbnail parameters, if any.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.