Interface AutomationAddToBatchStep._FinalStage
-
- All Known Implementing Classes:
AutomationAddToBatchStep.Builder
- Enclosing class:
- AutomationAddToBatchStep
public static interface AutomationAddToBatchStep._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
build
AutomationAddToBatchStep build()
-
if_
AutomationAddToBatchStep._FinalStage if_(java.util.Optional<java.lang.String> if_)
-
if_
AutomationAddToBatchStep._FinalStage if_(java.lang.String if_)
-
ref
AutomationAddToBatchStep._FinalStage ref(java.util.Optional<java.lang.String> ref)
-
ref
AutomationAddToBatchStep._FinalStage ref(java.lang.String ref)
-
maxItems
AutomationAddToBatchStep._FinalStage maxItems(java.util.Optional<AutomationAddToBatchMaxItemsType> maxItems)
-
maxItems
AutomationAddToBatchStep._FinalStage maxItems(AutomationAddToBatchMaxItemsType maxItems)
-
scope
AutomationAddToBatchStep._FinalStage scope(java.util.Optional<AutomationAddToBatchScope> scope)
-
scope
AutomationAddToBatchStep._FinalStage scope(AutomationAddToBatchScope scope)
-
batchKey
AutomationAddToBatchStep._FinalStage batchKey(java.util.Optional<java.lang.String> batchKey)
-
batchKey
AutomationAddToBatchStep._FinalStage batchKey(java.lang.String batchKey)
-
batchId
AutomationAddToBatchStep._FinalStage batchId(java.util.Optional<java.lang.String> batchId)
-
batchId
AutomationAddToBatchStep._FinalStage batchId(java.lang.String batchId)
-
categoryKey
AutomationAddToBatchStep._FinalStage categoryKey(java.util.Optional<java.lang.String> categoryKey)
-
categoryKey
AutomationAddToBatchStep._FinalStage categoryKey(java.lang.String categoryKey)
-
-