public static final class DeleteTaskFlowEdgesByConditionRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteTaskFlowEdgesByConditionRequest |
build() |
DeleteTaskFlowEdgesByConditionRequest.Builder |
dagId(Long dagId)
The ID of the task flow.
|
DeleteTaskFlowEdgesByConditionRequest.Builder |
id(Long id)
The ID of the task flow edge to delete.
|
DeleteTaskFlowEdgesByConditionRequest.Builder |
nodeEnd(Long nodeEnd)
The ID of the end node of the edge to delete.
|
DeleteTaskFlowEdgesByConditionRequest.Builder |
nodeFrom(Long nodeFrom)
The ID of the start node on the edge to delete.
|
DeleteTaskFlowEdgesByConditionRequest.Builder |
regionId(String regionId)
RegionId.
|
DeleteTaskFlowEdgesByConditionRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
public DeleteTaskFlowEdgesByConditionRequest.Builder regionId(String regionId)
public DeleteTaskFlowEdgesByConditionRequest.Builder dagId(Long dagId)
public DeleteTaskFlowEdgesByConditionRequest.Builder id(Long id)
public DeleteTaskFlowEdgesByConditionRequest.Builder nodeEnd(Long nodeEnd)
public DeleteTaskFlowEdgesByConditionRequest.Builder nodeFrom(Long nodeFrom)
public DeleteTaskFlowEdgesByConditionRequest.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 DeleteTaskFlowEdgesByConditionRequest build()
Copyright © 2023. All rights reserved.