public static final class UpdateTaskFlowScheduleRequest.Builder extends Object
public UpdateTaskFlowScheduleRequest.Builder regionId(String regionId)
public UpdateTaskFlowScheduleRequest.Builder cronBeginDate(String cronBeginDate)
public UpdateTaskFlowScheduleRequest.Builder cronEndDate(String cronEndDate)
public UpdateTaskFlowScheduleRequest.Builder cronStr(String cronStr)
public UpdateTaskFlowScheduleRequest.Builder cronType(String cronType)
* **MINUTE**: scheduling by minute * **HOUR**: scheduling by hour * **DAY**: scheduling by day * **WEEK**: scheduling by week * **MONTH**: scheduling by month
public UpdateTaskFlowScheduleRequest.Builder dagId(Long dagId)
public UpdateTaskFlowScheduleRequest.Builder scheduleParam(String scheduleParam)
public UpdateTaskFlowScheduleRequest.Builder scheduleSwitch(Boolean scheduleSwitch)
* **Enable** * **Disable**
public UpdateTaskFlowScheduleRequest.Builder tid(Long tid)
> : To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see [View information about the current tenant](~~181330~~).
public UpdateTaskFlowScheduleRequest.Builder timeZoneId(String timeZoneId)
public UpdateTaskFlowScheduleRequest.Builder triggerType(String triggerType)
* **Cron**: The task flow is triggered based on timed scheduling. * **Event**: The task flow is triggered by events.
public UpdateTaskFlowScheduleRequest build()
Copyright © 2023. All rights reserved.