Interface PresetReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PresetReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:40:09.600Z")
@Stability(Stable)
public interface PresetReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Preset resource.
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.*;
PresetReference presetReference = PresetReference.builder()
.presetArn("presetArn")
.presetId("presetId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forPresetReferencestatic final classAn implementation forPresetReference -
Method Summary
Modifier and TypeMethodDescriptionstatic PresetReference.Builderbuilder()The ARN of the Preset resource.The Id of the Preset resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPresetArn
The ARN of the Preset resource. -
getPresetId
The Id of the Preset resource. -
builder
- Returns:
- a
PresetReference.BuilderofPresetReference
-