Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreatePresetRequest.Builder,CreatePresetRequest>
@Generated("software.amazon.awssdk:codegen") public class CreatePresetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreatePresetRequest.Builder,CreatePresetRequest>
The CreatePresetRequest
structure.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreatePresetRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
AudioParameters |
audio() |
A section of the request body that specifies the audio parameters.
|
static CreatePresetRequest.Builder |
builder() |
|
String |
container() |
The container type for the output file.
|
String |
description() |
A description of the preset.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the preset.
|
static Class<? extends CreatePresetRequest.Builder> |
serializableBuilderClass() |
|
Thumbnails |
thumbnails() |
A section of the request body that specifies the thumbnail parameters, if any.
|
CreatePresetRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
VideoParameters |
video() |
A section of the request body that specifies the video parameters.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String name()
The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
public String description()
A description of the preset.
public 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
.
flac
, flv
,
fmp4
, gif
, mp3
, mp4
, mpg
,
mxf
, oga
, ogg
, ts
, and webm
.public VideoParameters video()
A section of the request body that specifies the video parameters.
public AudioParameters audio()
A section of the request body that specifies the audio parameters.
public Thumbnails thumbnails()
A section of the request body that specifies the thumbnail parameters, if any.
public CreatePresetRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreatePresetRequest.Builder,CreatePresetRequest>
public static CreatePresetRequest.Builder builder()
public static Class<? extends CreatePresetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.