Class SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Builder
-
- All Implemented Interfaces:
public final class SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.BuilderA builder for Browserbase.
-
-
Method Summary
-
-
Method Detail
-
type
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.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("browserbase")This method is primarily for setting the field to an undocumented or not yet supported value.
-
domainPattern
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Builder domainPattern(String domainPattern)
-
domainPattern
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Builder domainPattern(JsonField<String> domainPattern)
Sets Builder.domainPattern to an arbitrary JSON value.
You should usually call Builder.domainPattern with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
geolocation
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Builder geolocation(SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation geolocation)
-
geolocation
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Builder geolocation(JsonField<SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation> geolocation)
Sets Builder.geolocation to an arbitrary JSON value.
You should usually call Builder.geolocation with a well-typed Geolocation value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase build()
Returns an immutable instance of Browserbase.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-