Package com.anthropic.models
Class BetaGatewayTimeoutError.Builder
-
- All Implemented Interfaces:
public final class BetaGatewayTimeoutError.BuilderA builder for BetaGatewayTimeoutError.
-
-
Method Summary
Modifier and Type Method Description final BetaGatewayTimeoutError.Buildermessage(String message)final BetaGatewayTimeoutError.Buildermessage(JsonField<String> message)final BetaGatewayTimeoutError.Buildertype(BetaGatewayTimeoutError.Type type)final BetaGatewayTimeoutError.Buildertype(JsonField<BetaGatewayTimeoutError.Type> type)final BetaGatewayTimeoutError.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaGatewayTimeoutError.BuilderputAdditionalProperty(String key, JsonValue value)final BetaGatewayTimeoutError.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaGatewayTimeoutError.BuilderremoveAdditionalProperty(String key)final BetaGatewayTimeoutError.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaGatewayTimeoutErrorbuild()-
-
Method Detail
-
message
final BetaGatewayTimeoutError.Builder message(String message)
-
message
final BetaGatewayTimeoutError.Builder message(JsonField<String> message)
-
type
final BetaGatewayTimeoutError.Builder type(BetaGatewayTimeoutError.Type type)
-
type
final BetaGatewayTimeoutError.Builder type(JsonField<BetaGatewayTimeoutError.Type> type)
-
additionalProperties
final BetaGatewayTimeoutError.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaGatewayTimeoutError.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaGatewayTimeoutError.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaGatewayTimeoutError.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaGatewayTimeoutError.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaGatewayTimeoutError build()
-
-
-
-