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