Class BetaManagedAgentsUrlImageSource.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsUrlImageSource.BuilderA builder for BetaManagedAgentsUrlImageSource.
-
-
Method Summary
-
-
Method Detail
-
type
final BetaManagedAgentsUrlImageSource.Builder type(JsonField<BetaManagedAgentsUrlImageSource.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
url
final BetaManagedAgentsUrlImageSource.Builder url(String url)
URL of the image to fetch.
-
url
final BetaManagedAgentsUrlImageSource.Builder url(JsonField<String> url)
Sets Builder.url to an arbitrary JSON value.
You should usually call Builder.url 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 BetaManagedAgentsUrlImageSource.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsUrlImageSource.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsUrlImageSource.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsUrlImageSource.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsUrlImageSource.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsUrlImageSource build()
Returns an immutable instance of BetaManagedAgentsUrlImageSource.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.type() .url()
-
-
-
-