Skip to content

FlowProps

Properties for defining a Flow.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fnf-flow

Initializer

import com.aliyun.ros.cdk.fnf.FlowProps;
FlowProps.builder()
    .definition(java.lang.String)
    .definition(IResolvable)
    .name(java.lang.String)
    .name(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .requestId(java.lang.String)
//  .requestId(IResolvable)
//  .roleArn(java.lang.String)
//  .roleArn(IResolvable)
    .build();

Properties

Name Type Description
definition java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property definition: The definition of the created flow following the FDL syntax standard.
name java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property name: The name of the flow created.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: Create a description of the flow.
requestId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property requestId: The specified Request ID for this request.
roleArn java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property roleArn: Optional parameter, the resource descriptor information required for the execution of the flow, used to perform the assume role during FnF execution.

definitionRequired

public java.lang.Object getDefinition();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property definition: The definition of the created flow following the FDL syntax standard.


nameRequired

public java.lang.Object getName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property name: The name of the flow created.

This name is unique under the account.


descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property description: Create a description of the flow.


requestIdOptional

public java.lang.Object getRequestId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property requestId: The specified Request ID for this request.

If not specified, our system will help you generate a random one.


roleArnOptional

public java.lang.Object getRoleArn();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property roleArn: Optional parameter, the resource descriptor information required for the execution of the flow, used to perform the assume role during FnF execution.