Class InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder
-
- All Implemented Interfaces:
public final class InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.BuilderA builder for AutomationSendListStep.
-
-
Method Summary
-
-
Method Detail
-
action
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder action(InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Action action)
-
action
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder action(JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Action> action)
Sets Builder.action to an arbitrary JSON value.
You should usually call Builder.action with a well-typed Action value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
list
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder list(JsonField<String> list)
Sets Builder.list to an arbitrary JSON value.
You should usually call Builder.list with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
brand
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder brand(String brand)
-
brand
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder brand(Optional<String> brand)
Alias for calling Builder.brand with
brand.orElse(null).
-
brand
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder brand(JsonField<String> brand)
Sets Builder.brand to an arbitrary JSON value.
You should usually call Builder.brand with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
data
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder data(InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Data data)
-
data
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder data(Optional<InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Data> data)
Alias for calling Builder.data with
data.orElse(null).
-
data
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder data(JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Data> data)
Sets Builder.data to an arbitrary JSON value.
You should usually call Builder.data with a well-typed Data value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep build()
Returns an immutable instance of AutomationSendListStep.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.action() .list()
-
-
-
-