Package ai.extend.types
Interface RuleValidationStepRunStep._FinalStage
-
- All Known Implementing Classes:
RuleValidationStepRunStep.Builder
- Enclosing class:
- RuleValidationStepRunStep
public static interface RuleValidationStepRunStep._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleValidationStepRunStepbuild()RuleValidationStepRunStep._FinalStagetype(java.lang.String type)RuleValidationStepRunStep._FinalStagetype(java.util.Optional<java.lang.String> type)The type of workflow step.
-
-
-
Method Detail
-
build
RuleValidationStepRunStep build()
-
type
RuleValidationStepRunStep._FinalStage type(java.util.Optional<java.lang.String> type)
The type of workflow step. Will always be
"RULE_VALIDATION"for this step run type.
-
type
RuleValidationStepRunStep._FinalStage type(java.lang.String type)
-
-