Interface PresetReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PresetReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:52:02.141Z")
@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 class
A builder forPresetReference
static final class
An implementation forPresetReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic PresetReference.Builder
builder()
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.Builder
ofPresetReference
-