Interface AutomationAddToDigestStep._FinalStage
-
- All Known Implementing Classes:
AutomationAddToDigestStep.Builder
- Enclosing class:
- AutomationAddToDigestStep
public static interface AutomationAddToDigestStep._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutomationAddToDigestStepbuild()AutomationAddToDigestStep._FinalStageif_(java.lang.String if_)AutomationAddToDigestStep._FinalStageif_(java.util.Optional<java.lang.String> if_)AutomationAddToDigestStep._FinalStageref(java.lang.String ref)AutomationAddToDigestStep._FinalStageref(java.util.Optional<java.lang.String> ref)
-
-
-
Method Detail
-
build
AutomationAddToDigestStep build()
-
if_
AutomationAddToDigestStep._FinalStage if_(java.util.Optional<java.lang.String> if_)
-
if_
AutomationAddToDigestStep._FinalStage if_(java.lang.String if_)
-
ref
AutomationAddToDigestStep._FinalStage ref(java.util.Optional<java.lang.String> ref)
-
ref
AutomationAddToDigestStep._FinalStage ref(java.lang.String ref)
-
-