Class RateLimitUpdateRateLimitParams.Body.Builder
-
- All Implemented Interfaces:
public final class RateLimitUpdateRateLimitParams.Body.BuilderA builder for Body.
-
-
Method Summary
-
-
Method Detail
-
batch1DayMaxInputTokens
final RateLimitUpdateRateLimitParams.Body.Builder batch1DayMaxInputTokens(Long batch1DayMaxInputTokens)
The maximum batch input tokens per day. Only relevant for certain models.
-
batch1DayMaxInputTokens
final RateLimitUpdateRateLimitParams.Body.Builder batch1DayMaxInputTokens(JsonField<Long> batch1DayMaxInputTokens)
Sets Builder.batch1DayMaxInputTokens to an arbitrary JSON value.
You should usually call Builder.batch1DayMaxInputTokens with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
maxAudioMegabytesPer1Minute
final RateLimitUpdateRateLimitParams.Body.Builder maxAudioMegabytesPer1Minute(Long maxAudioMegabytesPer1Minute)
The maximum audio megabytes per minute. Only relevant for certain models.
-
maxAudioMegabytesPer1Minute
final RateLimitUpdateRateLimitParams.Body.Builder maxAudioMegabytesPer1Minute(JsonField<Long> maxAudioMegabytesPer1Minute)
Sets Builder.maxAudioMegabytesPer1Minute to an arbitrary JSON value.
You should usually call Builder.maxAudioMegabytesPer1Minute with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
maxImagesPer1Minute
final RateLimitUpdateRateLimitParams.Body.Builder maxImagesPer1Minute(Long maxImagesPer1Minute)
The maximum images per minute. Only relevant for certain models.
-
maxImagesPer1Minute
final RateLimitUpdateRateLimitParams.Body.Builder maxImagesPer1Minute(JsonField<Long> maxImagesPer1Minute)
Sets Builder.maxImagesPer1Minute to an arbitrary JSON value.
You should usually call Builder.maxImagesPer1Minute with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
maxRequestsPer1Day
final RateLimitUpdateRateLimitParams.Body.Builder maxRequestsPer1Day(Long maxRequestsPer1Day)
The maximum requests per day. Only relevant for certain models.
-
maxRequestsPer1Day
final RateLimitUpdateRateLimitParams.Body.Builder maxRequestsPer1Day(JsonField<Long> maxRequestsPer1Day)
Sets Builder.maxRequestsPer1Day to an arbitrary JSON value.
You should usually call Builder.maxRequestsPer1Day with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
maxRequestsPer1Minute
final RateLimitUpdateRateLimitParams.Body.Builder maxRequestsPer1Minute(Long maxRequestsPer1Minute)
The maximum requests per minute.
-
maxRequestsPer1Minute
final RateLimitUpdateRateLimitParams.Body.Builder maxRequestsPer1Minute(JsonField<Long> maxRequestsPer1Minute)
Sets Builder.maxRequestsPer1Minute to an arbitrary JSON value.
You should usually call Builder.maxRequestsPer1Minute with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
maxTokensPer1Minute
final RateLimitUpdateRateLimitParams.Body.Builder maxTokensPer1Minute(Long maxTokensPer1Minute)
The maximum tokens per minute.
-
maxTokensPer1Minute
final RateLimitUpdateRateLimitParams.Body.Builder maxTokensPer1Minute(JsonField<Long> maxTokensPer1Minute)
Sets Builder.maxTokensPer1Minute to an arbitrary JSON value.
You should usually call Builder.maxTokensPer1Minute with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final RateLimitUpdateRateLimitParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final RateLimitUpdateRateLimitParams.Body.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final RateLimitUpdateRateLimitParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final RateLimitUpdateRateLimitParams.Body.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final RateLimitUpdateRateLimitParams.Body.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final RateLimitUpdateRateLimitParams.Body build()
Returns an immutable instance of Body.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-