public static final class MakeTaskFlowInstanceSuccessRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
MakeTaskFlowInstanceSuccessRequest |
build() |
MakeTaskFlowInstanceSuccessRequest.Builder |
dagId(Long dagId)
The ID of the task flow.
|
MakeTaskFlowInstanceSuccessRequest.Builder |
dagInstanceId(Long dagInstanceId)
The ID of the execution record of the task flow.
|
MakeTaskFlowInstanceSuccessRequest.Builder |
regionId(String regionId)
RegionId.
|
MakeTaskFlowInstanceSuccessRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
public MakeTaskFlowInstanceSuccessRequest.Builder regionId(String regionId)
public MakeTaskFlowInstanceSuccessRequest.Builder dagId(Long dagId)
public MakeTaskFlowInstanceSuccessRequest.Builder dagInstanceId(Long dagInstanceId)
public MakeTaskFlowInstanceSuccessRequest.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 MakeTaskFlowInstanceSuccessRequest build()
Copyright © 2023. All rights reserved.