Package ai.extend.types
Class MergeExtractStepRunStep.Builder
- java.lang.Object
-
- ai.extend.types.MergeExtractStepRunStep.Builder
-
- All Implemented Interfaces:
MergeExtractStepRunStep._FinalStage,MergeExtractStepRunStep.IdStage,MergeExtractStepRunStep.NameStage
- Enclosing class:
- MergeExtractStepRunStep
public static final class MergeExtractStepRunStep.Builder extends java.lang.Object implements MergeExtractStepRunStep.IdStage, MergeExtractStepRunStep.NameStage, MergeExtractStepRunStep._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MergeExtractStepRunStepbuild()MergeExtractStepRunStep.Builderfrom(MergeExtractStepRunStep other)MergeExtractStepRunStep.NameStageid(java.lang.String id)The ID of the workflow step.MergeExtractStepRunStep._FinalStagename(java.lang.String name)The name of the workflow step.MergeExtractStepRunStep._FinalStagetype(java.lang.String type)The type of workflow step.MergeExtractStepRunStep._FinalStagetype(java.util.Optional<java.lang.String> type)The type of workflow step.
-
-
-
Method Detail
-
from
public MergeExtractStepRunStep.Builder from(MergeExtractStepRunStep other)
- Specified by:
fromin interfaceMergeExtractStepRunStep.IdStage
-
id
public MergeExtractStepRunStep.NameStage id(@NotNull java.lang.String id)
The ID of the workflow step.
Example:
"step_xKm9pNv3qWsY_jL2tR5Dh"The ID of the workflow step.
Example:
"step_xKm9pNv3qWsY_jL2tR5Dh"- Specified by:
idin interfaceMergeExtractStepRunStep.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
public MergeExtractStepRunStep._FinalStage name(@NotNull java.lang.String name)
The name of the workflow step.
Example:
"Validate Invoice Total"The name of the workflow step.
Example:
"Validate Invoice Total"- Specified by:
namein interfaceMergeExtractStepRunStep.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
type
public MergeExtractStepRunStep._FinalStage type(java.lang.String type)
The type of workflow step. Will always be
"MERGE_EXTRACT"for this step run type.- Specified by:
typein interfaceMergeExtractStepRunStep._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
type
public MergeExtractStepRunStep._FinalStage type(java.util.Optional<java.lang.String> type)
The type of workflow step. Will always be
"MERGE_EXTRACT"for this step run type.- Specified by:
typein interfaceMergeExtractStepRunStep._FinalStage
-
build
public MergeExtractStepRunStep build()
- Specified by:
buildin interfaceMergeExtractStepRunStep._FinalStage
-
-