Class CfnPresetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconvert.CfnPresetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPresetPropsMixin>
- Enclosing class:
CfnPresetPropsMixin
@Stability(Stable)
public static final class CfnPresetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPresetPropsMixin>
A fluent builder for
CfnPresetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The new category for the preset, if you are changing it.static CfnPresetPropsMixin.Buildercreate()static CfnPresetPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) The new description for the preset, if you are changing it.The name of the preset that you are modifying.settingsJson(Object settingsJson) Specify, in JSON format, the transcoding job settings for this output preset.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnPresetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPresetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPresetPropsMixin.Builder.
-
category
The new category for the preset, if you are changing it.- Parameters:
category- The new category for the preset, if you are changing it. This parameter is required.- Returns:
this- See Also:
-
description
The new description for the preset, if you are changing it.- Parameters:
description- The new description for the preset, if you are changing it. This parameter is required.- Returns:
this- See Also:
-
name
The name of the preset that you are modifying.- Parameters:
name- The name of the preset that you are modifying. This parameter is required.- Returns:
this- See Also:
-
settingsJson
Specify, in JSON format, the transcoding job settings for this output preset.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 ** .
- Parameters:
settingsJson- Specify, in JSON format, the transcoding job settings for this output preset. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPresetPropsMixin>- Returns:
- a newly built instance of
CfnPresetPropsMixin.
-