public static final class MediaWorkflowProps.Builder extends Object implements software.amazon.jsii.Builder<MediaWorkflowProps>
MediaWorkflowProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MediaWorkflowProps |
build()
Builds the configured instance.
|
MediaWorkflowProps.Builder |
name(com.aliyun.ros.cdk.core.IResolvable name)
Sets the value of
MediaWorkflowProps.getName() |
MediaWorkflowProps.Builder |
name(String name)
Sets the value of
MediaWorkflowProps.getName() |
MediaWorkflowProps.Builder |
topology(com.aliyun.ros.cdk.core.IResolvable topology)
Sets the value of
MediaWorkflowProps.getTopology() |
MediaWorkflowProps.Builder |
topology(Map<String,? extends Object> topology)
Sets the value of
MediaWorkflowProps.getTopology() |
MediaWorkflowProps.Builder |
triggerMode(com.aliyun.ros.cdk.core.IResolvable triggerMode)
Sets the value of
MediaWorkflowProps.getTriggerMode() |
MediaWorkflowProps.Builder |
triggerMode(String triggerMode)
Sets the value of
MediaWorkflowProps.getTriggerMode() |
public MediaWorkflowProps.Builder name(String name)
MediaWorkflowProps.getName()name - Property name: The topology of the media workflow. This parameter is required.
The 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.thispublic MediaWorkflowProps.Builder name(com.aliyun.ros.cdk.core.IResolvable name)
MediaWorkflowProps.getName()name - Property name: The topology of the media workflow. This parameter is required.
The 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.thispublic MediaWorkflowProps.Builder topology(com.aliyun.ros.cdk.core.IResolvable topology)
MediaWorkflowProps.getTopology()topology - Property topology: The topology of the media workflow. This parameter is required.
The 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.thispublic MediaWorkflowProps.Builder topology(Map<String,? extends Object> topology)
MediaWorkflowProps.getTopology()topology - Property topology: The topology of the media workflow. This parameter is required.
The 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.thispublic MediaWorkflowProps.Builder triggerMode(String triggerMode)
MediaWorkflowProps.getTriggerMode()triggerMode - Property triggerMode: The triggering mode of the media workflow.
Valid values:
OssAutoTrigger: The media workflow is automatically triggered.
NotInAuto: The media workflow is not automatically triggered.thispublic MediaWorkflowProps.Builder triggerMode(com.aliyun.ros.cdk.core.IResolvable triggerMode)
MediaWorkflowProps.getTriggerMode()triggerMode - Property triggerMode: The triggering mode of the media workflow.
Valid values:
OssAutoTrigger: The media workflow is automatically triggered.
NotInAuto: The media workflow is not automatically triggered.thispublic MediaWorkflowProps build()
build in interface software.amazon.jsii.Builder<MediaWorkflowProps>MediaWorkflowPropsNullPointerException - if any required attribute was not providedCopyright © 2024. All rights reserved.