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