Class WorkflowCreateRequest.Builder
- java.lang.Object
-
- ai.extend.resources.workflow.requests.WorkflowCreateRequest.Builder
-
- All Implemented Interfaces:
WorkflowCreateRequest._FinalStage,WorkflowCreateRequest.NameStage
- Enclosing class:
- WorkflowCreateRequest
public static final class WorkflowCreateRequest.Builder extends java.lang.Object implements WorkflowCreateRequest.NameStage, WorkflowCreateRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowCreateRequestbuild()WorkflowCreateRequest.Builderfrom(WorkflowCreateRequest other)WorkflowCreateRequest._FinalStagename(java.lang.String name)The name of the workflow
-
-
-
Method Detail
-
from
public WorkflowCreateRequest.Builder from(WorkflowCreateRequest other)
- Specified by:
fromin interfaceWorkflowCreateRequest.NameStage
-
name
public WorkflowCreateRequest._FinalStage name(@NotNull java.lang.String name)
The name of the workflow
The name of the workflow
- Specified by:
namein interfaceWorkflowCreateRequest.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public WorkflowCreateRequest build()
- Specified by:
buildin interfaceWorkflowCreateRequest._FinalStage
-
-