@Internal public static final class MediaWorkflowProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MediaWorkflowProps
MediaWorkflowPropssoftware.amazon.jsii.JsiiObject.InitializationModeMediaWorkflowProps.Builder, MediaWorkflowProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(MediaWorkflowProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
MediaWorkflowProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getName()
Property name: The topology of the media workflow.
|
Object |
getTopology()
Property topology: The topology of the media workflow.
|
Object |
getTriggerMode()
Property triggerMode: The triggering mode of the media workflow.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(MediaWorkflowProps.Builder builder)
MediaWorkflowProps.Builder.public final Object getName()
MediaWorkflowPropsThe value cannot be empty. The name cannot be the same as that of an existing media workflow within the current Alibaba Cloud account. The name can be up to 64 characters in length. The value must be encoded in the UTF-8 format.
getName in interface MediaWorkflowPropspublic final Object getTopology()
MediaWorkflowPropsThe value must be a JSON object that contains the activities and activity dependencies. For more information, see the Sample topology section of this topic.Note The Object Storage Service (OSS) bucket must reside in the same region as your MPS service.
getTopology in interface MediaWorkflowPropspublic final Object getTriggerMode()
MediaWorkflowPropsValid values: OssAutoTrigger: The media workflow is automatically triggered. NotInAuto: The media workflow is not automatically triggered.
getTriggerMode in interface MediaWorkflowProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2024. All rights reserved.