Package ai.extend.types
Class ExternalDataValidationStepRunStep.Builder
- java.lang.Object
-
- ai.extend.types.ExternalDataValidationStepRunStep.Builder
-
- All Implemented Interfaces:
ExternalDataValidationStepRunStep._FinalStage,ExternalDataValidationStepRunStep.IdStage,ExternalDataValidationStepRunStep.NameStage
- Enclosing class:
- ExternalDataValidationStepRunStep
public static final class ExternalDataValidationStepRunStep.Builder extends java.lang.Object implements ExternalDataValidationStepRunStep.IdStage, ExternalDataValidationStepRunStep.NameStage, ExternalDataValidationStepRunStep._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalDataValidationStepRunStepbuild()ExternalDataValidationStepRunStep.Builderfrom(ExternalDataValidationStepRunStep other)ExternalDataValidationStepRunStep.NameStageid(java.lang.String id)The ID of the workflow step.ExternalDataValidationStepRunStep._FinalStagename(java.lang.String name)The name of the workflow step.ExternalDataValidationStepRunStep._FinalStagetype(java.lang.String type)The type of workflow step.ExternalDataValidationStepRunStep._FinalStagetype(java.util.Optional<java.lang.String> type)The type of workflow step.
-
-
-
Method Detail
-
from
public ExternalDataValidationStepRunStep.Builder from(ExternalDataValidationStepRunStep other)
- Specified by:
fromin interfaceExternalDataValidationStepRunStep.IdStage
-
id
public ExternalDataValidationStepRunStep.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 interfaceExternalDataValidationStepRunStep.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
public ExternalDataValidationStepRunStep._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 interfaceExternalDataValidationStepRunStep.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
type
public ExternalDataValidationStepRunStep._FinalStage type(java.lang.String type)
The type of workflow step. Will always be
"EXTERNAL_DATA_VALIDATION"for this step run type.- Specified by:
typein interfaceExternalDataValidationStepRunStep._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
type
public ExternalDataValidationStepRunStep._FinalStage type(java.util.Optional<java.lang.String> type)
The type of workflow step. Will always be
"EXTERNAL_DATA_VALIDATION"for this step run type.- Specified by:
typein interfaceExternalDataValidationStepRunStep._FinalStage
-
build
public ExternalDataValidationStepRunStep build()
- Specified by:
buildin interfaceExternalDataValidationStepRunStep._FinalStage
-
-