ScheduleProps
Properties for defining a Schedule
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fnf-schedule
Initializer
import com.aliyun.ros.cdk.fnf.ScheduleProps;
ScheduleProps.builder()
.cronExpression(java.lang.String)
.cronExpression(IResolvable)
.flowName(java.lang.String)
.flowName(IResolvable)
.scheduleName(java.lang.String)
.scheduleName(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
// .enable(java.lang.Boolean)
// .enable(IResolvable)
// .payload(java.lang.String)
// .payload(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
cronExpression |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property cronExpression: Cron expression. |
flowName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property flowName: Flow name. |
scheduleName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property scheduleName: Schedule name. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property description: Description of the schedule. |
enable |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property enable: Whether enable schedule. |
payload |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property payload: Payload. |
cronExpression
Required
public java.lang.Object getCronExpression();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property cronExpression: Cron expression.
flowName
Required
public java.lang.Object getFlowName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property flowName: Flow name.
scheduleName
Required
public java.lang.Object getScheduleName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property scheduleName: Schedule name.
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: Description of the schedule.
enable
Optional
public java.lang.Object getEnable();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property enable: Whether enable schedule.
payload
Optional
public java.lang.Object getPayload();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property payload: Payload.