@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:24.150Z")
public interface CfnPresetProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.mediaconvert.*; Object settingsJson; Object tags; CfnPresetProps cfnPresetProps = CfnPresetProps.builder() .settingsJson(settingsJson) // the properties below are optional .category("category") .description("description") .name("name") .tags(tags) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPresetProps.Builder
A builder for
CfnPresetProps |
static class |
CfnPresetProps.Jsii$Proxy
An implementation for
CfnPresetProps |
Modifier and Type | Method and Description |
---|---|
static CfnPresetProps.Builder |
builder() |
default java.lang.String |
getCategory()
The new category for the preset, if you are changing it.
|
default java.lang.String |
getDescription()
The new description for the preset, if you are changing it.
|
default java.lang.String |
getName()
The name of the preset that you are modifying.
|
java.lang.Object |
getSettingsJson()
Specify, in JSON format, the transcoding job settings for this output preset.
|
default java.lang.Object |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.Object getSettingsJson()
This specification must conform to the AWS Elemental MediaConvert job validation. For information about forming this specification, see the Remarks section later in this topic.
For more information about MediaConvert output presets, see Working with AWS Elemental MediaConvert Output Presets in the ** .
default java.lang.String getCategory()
default java.lang.String getDescription()
default java.lang.String getName()
default java.lang.Object getTags()
For more information, see Tag .
static CfnPresetProps.Builder builder()
CfnPresetProps.Builder
of CfnPresetProps