CopyableBuilder<CreatePresetResponse.Builder,CreatePresetResponse>
, SdkBuilder<CreatePresetResponse.Builder,CreatePresetResponse>
public static interface CreatePresetResponse.Builder extends CopyableBuilder<CreatePresetResponse.Builder,CreatePresetResponse>
Modifier and Type | Method | Description |
---|---|---|
CreatePresetResponse.Builder |
preset(Preset preset) |
A section of the response body that provides information about the preset that is created.
|
CreatePresetResponse.Builder |
warning(String warning) |
If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the
preset, this message explains the reason the preset settings don't meet the standard.
|
copy
apply, build
CreatePresetResponse.Builder preset(Preset preset)
A section of the response body that provides information about the preset that is created.
preset
- A section of the response body that provides information about the preset that is created.CreatePresetResponse.Builder warning(String warning)
If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
warning
- If the preset settings don't comply with the standards for the video codec but Elastic Transcoder
created the preset, this message explains the reason the preset settings don't meet the standard.
Elastic Transcoder created the preset because the settings might produce acceptable output.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.