CopyableBuilder<Preset.Builder,Preset>
, SdkBuilder<Preset.Builder,Preset>
public static interface Preset.Builder extends CopyableBuilder<Preset.Builder,Preset>
Modifier and Type | Method | Description |
---|---|---|
Preset.Builder |
arn(String arn) |
The Amazon Resource Name (ARN) for the preset.
|
Preset.Builder |
audio(AudioParameters audio) |
A section of the response body that provides information about the audio preset values.
|
Preset.Builder |
container(String container) |
The container type for the output file.
|
Preset.Builder |
description(String description) |
A description of the preset.
|
Preset.Builder |
id(String id) |
Identifier for the new preset.
|
Preset.Builder |
name(String name) |
The name of the preset.
|
Preset.Builder |
thumbnails(Thumbnails thumbnails) |
A section of the response body that provides information about the thumbnail preset values, if any.
|
Preset.Builder |
type(String type) |
Whether the preset is a default preset provided by Elastic Transcoder (
System ) or a preset that
you have defined (Custom ). |
Preset.Builder |
video(VideoParameters video) |
A section of the response body that provides information about the video preset values.
|
copy
apply, build
Preset.Builder id(String id)
Identifier for the new preset. You use this value to get settings for the preset or to delete it.
id
- Identifier for the new preset. You use this value to get settings for the preset or to delete it.Preset.Builder arn(String arn)
The Amazon Resource Name (ARN) for the preset.
arn
- The Amazon Resource Name (ARN) for the preset.Preset.Builder name(String name)
The name of the preset.
name
- The name of the preset.Preset.Builder description(String description)
A description of the preset.
description
- A description of the preset.Preset.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
.Preset.Builder audio(AudioParameters audio)
A section of the response body that provides information about the audio preset values.
audio
- A section of the response body that provides information about the audio preset values.Preset.Builder video(VideoParameters video)
A section of the response body that provides information about the video preset values.
video
- A section of the response body that provides information about the video preset values.Preset.Builder thumbnails(Thumbnails thumbnails)
A section of the response body that provides information about the thumbnail preset values, if any.
thumbnails
- A section of the response body that provides information about the thumbnail preset values, if any.Preset.Builder type(String type)
Whether the preset is a default preset provided by Elastic Transcoder (System
) or a preset that
you have defined (Custom
).
type
- Whether the preset is a default preset provided by Elastic Transcoder (System
) or a
preset that you have defined (Custom
).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.