Interface AutomationInvokeTemplateParams._FinalStage
-
- All Known Implementing Classes:
AutomationInvokeTemplateParams.Builder
- Enclosing class:
- AutomationInvokeTemplateParams
public static interface AutomationInvokeTemplateParams._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
build
AutomationInvokeTemplateParams build()
-
brand
AutomationInvokeTemplateParams._FinalStage brand(java.util.Optional<java.lang.String> brand)
-
brand
AutomationInvokeTemplateParams._FinalStage brand(java.lang.String brand)
-
data
AutomationInvokeTemplateParams._FinalStage data(java.util.Optional<java.util.Map<java.lang.String,java.lang.Object>> data)
-
data
AutomationInvokeTemplateParams._FinalStage data(java.util.Map<java.lang.String,java.lang.Object> data)
-
profile
AutomationInvokeTemplateParams._FinalStage profile(java.util.Optional<java.lang.Object> profile)
-
profile
AutomationInvokeTemplateParams._FinalStage profile(java.lang.Object profile)
-
recipient
AutomationInvokeTemplateParams._FinalStage recipient(java.util.Optional<java.lang.String> recipient)
-
recipient
AutomationInvokeTemplateParams._FinalStage recipient(java.lang.String recipient)
-
template
AutomationInvokeTemplateParams._FinalStage template(java.util.Optional<java.lang.String> template)
-
template
AutomationInvokeTemplateParams._FinalStage template(java.lang.String template)
-
-