Package ai.extend.types
Class SimpleNextEntry.Builder
- java.lang.Object
-
- ai.extend.types.SimpleNextEntry.Builder
-
- All Implemented Interfaces:
SimpleNextEntry._FinalStage,SimpleNextEntry.StepStage
- Enclosing class:
- SimpleNextEntry
public static final class SimpleNextEntry.Builder extends java.lang.Object implements SimpleNextEntry.StepStage, SimpleNextEntry._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleNextEntrybuild()SimpleNextEntry.Builderfrom(SimpleNextEntry other)SimpleNextEntry._FinalStagestep(java.lang.String step)The name of the target step.
-
-
-
Method Detail
-
from
public SimpleNextEntry.Builder from(SimpleNextEntry other)
- Specified by:
fromin interfaceSimpleNextEntry.StepStage
-
step
public SimpleNextEntry._FinalStage step(@NotNull java.lang.String step)
The name of the target step.
The name of the target step.
- Specified by:
stepin interfaceSimpleNextEntry.StepStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public SimpleNextEntry build()
- Specified by:
buildin interfaceSimpleNextEntry._FinalStage
-
-