Class AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.RateLimitUpdated.ChangesRequested.BuilderA builder for ChangesRequested.
-
-
Method Summary
-
-
Method Detail
-
batch1DayMaxInputTokens
final AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder batch1DayMaxInputTokens(Long batch1DayMaxInputTokens)
The maximum batch input tokens per day. Only relevant for certain models.
-
batch1DayMaxInputTokens
final AuditLogListResponse.RateLimitUpdated.ChangesRequested.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 AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder maxAudioMegabytesPer1Minute(Long maxAudioMegabytesPer1Minute)
The maximum audio megabytes per minute. Only relevant for certain models.
-
maxAudioMegabytesPer1Minute
final AuditLogListResponse.RateLimitUpdated.ChangesRequested.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 AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder maxImagesPer1Minute(Long maxImagesPer1Minute)
The maximum images per minute. Only relevant for certain models.
-
maxImagesPer1Minute
final AuditLogListResponse.RateLimitUpdated.ChangesRequested.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 AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder maxRequestsPer1Day(Long maxRequestsPer1Day)
The maximum requests per day. Only relevant for certain models.
-
maxRequestsPer1Day
final AuditLogListResponse.RateLimitUpdated.ChangesRequested.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 AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder maxRequestsPer1Minute(Long maxRequestsPer1Minute)
The maximum requests per minute.
-
maxRequestsPer1Minute
final AuditLogListResponse.RateLimitUpdated.ChangesRequested.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 AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder maxTokensPer1Minute(Long maxTokensPer1Minute)
The maximum tokens per minute.
-
maxTokensPer1Minute
final AuditLogListResponse.RateLimitUpdated.ChangesRequested.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 AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.RateLimitUpdated.ChangesRequested build()
Returns an immutable instance of ChangesRequested.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-