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