@Stability(value=Stable) public static final class CfnPresetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPresetProps>
CfnPresetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPresetProps |
build()
Builds the configured instance.
|
CfnPresetProps.Builder |
category(String category)
Sets the value of
CfnPresetProps.getCategory() |
CfnPresetProps.Builder |
description(String description)
Sets the value of
CfnPresetProps.getDescription() |
CfnPresetProps.Builder |
name(String name)
Sets the value of
CfnPresetProps.getName() |
CfnPresetProps.Builder |
settingsJson(Object settingsJson)
Sets the value of
CfnPresetProps.getSettingsJson() |
CfnPresetProps.Builder |
tags(Object tags)
Sets the value of
CfnPresetProps.getTags() |
@Stability(value=Stable) public CfnPresetProps.Builder settingsJson(Object settingsJson)
CfnPresetProps.getSettingsJson()settingsJson - Specify, in JSON format, the transcoding job settings for this output preset. This parameter is required.
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 ** .
this@Stability(value=Stable) public CfnPresetProps.Builder category(String category)
CfnPresetProps.getCategory()category - The new category for the preset, if you are changing it.this@Stability(value=Stable) public CfnPresetProps.Builder description(String description)
CfnPresetProps.getDescription()description - The new description for the preset, if you are changing it.this@Stability(value=Stable) public CfnPresetProps.Builder name(String name)
CfnPresetProps.getName()name - The name of the preset that you are modifying.this@Stability(value=Stable) public CfnPresetProps.Builder tags(Object tags)
CfnPresetProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnPresetProps build()
build in interface software.amazon.jsii.Builder<CfnPresetProps>CfnPresetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.