public static final class UpdateTaskFlowCooperatorsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateTaskFlowCooperatorsRequest |
build() |
UpdateTaskFlowCooperatorsRequest.Builder |
cooperatorIds(List<String> cooperatorIds)
The IDs of the users who are involved in the task flow to be updated.
|
UpdateTaskFlowCooperatorsRequest.Builder |
dagId(Long dagId)
The ID of the task flow.
|
UpdateTaskFlowCooperatorsRequest.Builder |
regionId(String regionId)
RegionId.
|
UpdateTaskFlowCooperatorsRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
public UpdateTaskFlowCooperatorsRequest.Builder regionId(String regionId)
public UpdateTaskFlowCooperatorsRequest.Builder cooperatorIds(List<String> cooperatorIds)
public UpdateTaskFlowCooperatorsRequest.Builder dagId(Long dagId)
public UpdateTaskFlowCooperatorsRequest.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 UpdateTaskFlowCooperatorsRequest build()
Copyright © 2023. All rights reserved.