Class BetaToolBash20241022.Builder
-
- All Implemented Interfaces:
public final class BetaToolBash20241022.BuilderA builder for BetaToolBash20241022.
-
-
Method Summary
-
-
Method Detail
-
name
final BetaToolBash20241022.Builder name(JsonValue name)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("bash")This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaToolBash20241022.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("bash_20241022")This method is primarily for setting the field to an undocumented or not yet supported value.
-
cacheControl
final BetaToolBash20241022.Builder cacheControl(BetaCacheControlEphemeral cacheControl)
Create a cache control breakpoint at this content block.
-
cacheControl
final BetaToolBash20241022.Builder cacheControl(Optional<BetaCacheControlEphemeral> cacheControl)
Alias for calling Builder.cacheControl with
cacheControl.orElse(null).
-
cacheControl
final BetaToolBash20241022.Builder cacheControl(JsonField<BetaCacheControlEphemeral> cacheControl)
Sets Builder.cacheControl to an arbitrary JSON value.
You should usually call Builder.cacheControl with a well-typed BetaCacheControlEphemeral value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaToolBash20241022.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaToolBash20241022.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaToolBash20241022.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaToolBash20241022.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaToolBash20241022.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaToolBash20241022 build()
Returns an immutable instance of BetaToolBash20241022.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-