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