public static interface ThrottleSettings.Builder extends SdkPojo, CopyableBuilder<ThrottleSettings.Builder,ThrottleSettings>
| Modifier and Type | Method and Description |
|---|---|
ThrottleSettings.Builder |
burstLimit(Integer burstLimit)
The API target request burst rate limit.
|
ThrottleSettings.Builder |
rateLimit(Double rateLimit)
The API target request rate limit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThrottleSettings.Builder burstLimit(Integer burstLimit)
The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit.
burstLimit - The API target request burst rate limit. This allows more requests through for a period of time than
the target rate limit.ThrottleSettings.Builder rateLimit(Double rateLimit)
The API target request rate limit.
rateLimit - The API target request rate limit.Copyright © 2023. All rights reserved.