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