Interface ThrottleSettings.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ThrottleSettings.Builder,,ThrottleSettings> SdkBuilder<ThrottleSettings.Builder,,ThrottleSettings> SdkPojo
- Enclosing class:
 ThrottleSettings
public static interface ThrottleSettings.Builder
extends SdkPojo, CopyableBuilder<ThrottleSettings.Builder,ThrottleSettings> 
- 
Method Summary
Modifier and TypeMethodDescriptionburstLimit(Integer burstLimit) The API target request burst rate limit.The API target request rate limit.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
burstLimit
The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit.
- Parameters:
 burstLimit- The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
rateLimit
The API target request rate limit.
- Parameters:
 rateLimit- The API target request rate limit.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -