public static final class CreateTaskRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateTaskRequest |
build() |
CreateTaskRequest.Builder |
dagId(Long dagId)
The ID of the task flow.
|
CreateTaskRequest.Builder |
graphParam(String graphParam)
The position of the node on the Directed Acyclic Graph (DAG).
|
CreateTaskRequest.Builder |
nodeContent(String nodeContent)
The configuration for the node.
|
CreateTaskRequest.Builder |
nodeName(String nodeName)
The name of the node you want to create.
|
CreateTaskRequest.Builder |
nodeOutput(String nodeOutput)
The output variables for the task.
|
CreateTaskRequest.Builder |
nodeType(String nodeType)
The type of the node you want to create.
|
CreateTaskRequest.Builder |
regionId(String regionId)
RegionId.
|
CreateTaskRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
CreateTaskRequest.Builder |
timeVariables(String timeVariables)
The time variables configured for the node.
|
public CreateTaskRequest.Builder regionId(String regionId)
public CreateTaskRequest.Builder dagId(Long dagId)
public CreateTaskRequest.Builder graphParam(String graphParam)
public CreateTaskRequest.Builder nodeContent(String nodeContent)
public CreateTaskRequest.Builder nodeName(String nodeName)
public CreateTaskRequest.Builder nodeOutput(String nodeOutput)
public CreateTaskRequest.Builder nodeType(String nodeType)
public CreateTaskRequest.Builder tid(Long tid)
> To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the [View information about the current tenant](~~181330~~) section of the Manage DMS tenants topic.
public CreateTaskRequest.Builder timeVariables(String timeVariables)
public CreateTaskRequest build()
Copyright © 2023. All rights reserved.