@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.237Z") @Stability(value=Stable) public interface CfnPresetProps extends software.amazon.jsii.JsiiSerializable
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 String |
getCategory()
`AWS::MediaConvert::Preset.Category`.
|
default String |
getDescription()
`AWS::MediaConvert::Preset.Description`.
|
default String |
getName()
`AWS::MediaConvert::Preset.Name`.
|
Object |
getSettingsJson()
`AWS::MediaConvert::Preset.SettingsJson`.
|
default Object |
getTags()
`AWS::MediaConvert::Preset.Tags`.
|
@Stability(value=Stable) @Nullable default String getCategory()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @NotNull Object getSettingsJson()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) static CfnPresetProps.Builder builder()
CfnPresetProps.Builder of CfnPresetPropsCopyright © 2021. All rights reserved.