CopyableBuilder<ThrottleSettings.Builder,ThrottleSettings>
, SdkBuilder<ThrottleSettings.Builder,ThrottleSettings>
public static interface ThrottleSettings.Builder extends CopyableBuilder<ThrottleSettings.Builder,ThrottleSettings>
Modifier and Type | Method | Description |
---|---|---|
ThrottleSettings.Builder |
burstLimit(Integer burstLimit) |
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending
upon whether the underlying token bucket is at its full capacity.
|
ThrottleSettings.Builder |
rateLimit(Double rateLimit) |
The API request steady-state rate limit.
|
copy
apply, build
ThrottleSettings.Builder burstLimit(Integer burstLimit)
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.
burstLimit
- The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds,
depending upon whether the underlying token bucket is at its full capacity.ThrottleSettings.Builder rateLimit(Double rateLimit)
The API request steady-state rate limit.
rateLimit
- The API request steady-state rate limit.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.