Package com.anthropic.models.beta.agents
Class BetaManagedAgentsAlwaysAllowPolicy.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAlwaysAllowPolicy.BuilderA builder for BetaManagedAgentsAlwaysAllowPolicy.
-
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsAlwaysAllowPolicy.Buildertype(BetaManagedAgentsAlwaysAllowPolicy.Type type)final BetaManagedAgentsAlwaysAllowPolicy.Buildertype(JsonField<BetaManagedAgentsAlwaysAllowPolicy.Type> type)Sets Builder.type to an arbitrary JSON value. final BetaManagedAgentsAlwaysAllowPolicy.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaManagedAgentsAlwaysAllowPolicy.BuilderputAdditionalProperty(String key, JsonValue value)final BetaManagedAgentsAlwaysAllowPolicy.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaManagedAgentsAlwaysAllowPolicy.BuilderremoveAdditionalProperty(String key)final BetaManagedAgentsAlwaysAllowPolicy.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaManagedAgentsAlwaysAllowPolicybuild()Returns an immutable instance of BetaManagedAgentsAlwaysAllowPolicy. -
-
Method Detail
-
type
final BetaManagedAgentsAlwaysAllowPolicy.Builder type(BetaManagedAgentsAlwaysAllowPolicy.Type type)
-
type
final BetaManagedAgentsAlwaysAllowPolicy.Builder type(JsonField<BetaManagedAgentsAlwaysAllowPolicy.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.
-
additionalProperties
final BetaManagedAgentsAlwaysAllowPolicy.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsAlwaysAllowPolicy.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsAlwaysAllowPolicy.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsAlwaysAllowPolicy.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsAlwaysAllowPolicy.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsAlwaysAllowPolicy build()
Returns an immutable instance of BetaManagedAgentsAlwaysAllowPolicy.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.type()
-
-
-
-