FlowProps
Properties for defining a Flow
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-flow
Initializer
import com.aliyun.ros.cdk.appflow.FlowProps;
FlowProps.builder()
.flowName(java.lang.String)
.flowName(IResolvable)
// .flowDesc(java.lang.String)
// .flowDesc(IResolvable)
// .flowId(java.lang.String)
// .flowId(IResolvable)
// .flowStatus(java.lang.String)
// .flowStatus(IResolvable)
// .launchFlow(java.lang.Boolean)
// .launchFlow(IResolvable)
// .parameters(IResolvable)
// .parameters(java.util.Map<java.lang.String, java.lang.Object>)
// .template(IResolvable)
// .template(java.util.Map<java.lang.String, java.lang.Object>)
// .templateId(java.lang.String)
// .templateId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
flowName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property flowName: The name of the flow. |
flowDesc |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property flowDesc: The description of the flow. |
flowId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property flowId: The ID of the flow. |
flowStatus |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property flowStatus: The status of the flow. |
launchFlow |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property launchFlow: Whether to launch the flow. |
parameters |
com.aliyun.ros.cdk.core.IResolvable OR java.util.Map |
Property parameters: The parameters of the flow. |
template |
com.aliyun.ros.cdk.core.IResolvable OR java.util.Map |
Property template: The template of the flow. |
templateId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property templateId: The ID of the template. |
flowName
Required
public java.lang.Object getFlowName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property flowName: The name of the flow.
flowDesc
Optional
public java.lang.Object getFlowDesc();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property flowDesc: The description of the flow.
flowId
Optional
public java.lang.Object getFlowId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property flowId: The ID of the flow.
flowStatus
Optional
public java.lang.Object getFlowStatus();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property flowStatus: The status of the flow.
Allowed values: Enable: enable flow Disable: disable flow
launchFlow
Optional
public java.lang.Object getLaunchFlow();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property launchFlow: Whether to launch the flow.
parameters
Optional
public java.lang.Object getParameters();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.Map
Property parameters: The parameters of the flow.
template
Optional
public java.lang.Object getTemplate();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.Map
Property template: The template of the flow.
templateId
Optional
public java.lang.Object getTemplateId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property templateId: The ID of the template.