Modifier and Type | Method and Description |
---|---|
CfnPreset |
build() |
CfnPreset.Builder |
category(java.lang.String category)
The new category for the preset, if you are changing it.
|
static CfnPreset.Builder |
create(Construct scope,
java.lang.String id) |
CfnPreset.Builder |
description(java.lang.String description)
The new description for the preset, if you are changing it.
|
CfnPreset.Builder |
name(java.lang.String name)
The name of the preset that you are modifying.
|
CfnPreset.Builder |
settingsJson(java.lang.Object settingsJson)
Specify, in JSON format, the transcoding job settings for this output preset.
|
CfnPreset.Builder |
tags(java.lang.Object tags)
An array of key-value pairs to apply to this resource.
|
public static CfnPreset.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnPreset.Builder
.public CfnPreset.Builder settingsJson(java.lang.Object settingsJson)
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 ** .
settingsJson
- Specify, in JSON format, the transcoding job settings for this output preset. This parameter is required.this
public CfnPreset.Builder category(java.lang.String category)
category
- The new category for the preset, if you are changing it. This parameter is required.this
public CfnPreset.Builder description(java.lang.String description)
description
- The new description for the preset, if you are changing it. This parameter is required.this
public CfnPreset.Builder name(java.lang.String name)
name
- The name of the preset that you are modifying. This parameter is required.this
public CfnPreset.Builder tags(java.lang.Object tags)
For more information, see Tag .
tags
- An array of key-value pairs to apply to this resource. This parameter is required.this
public CfnPreset build()