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