Interface RequestImpactStatistics.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RequestImpactStatistics.Builder,,RequestImpactStatistics> SdkBuilder<RequestImpactStatistics.Builder,,RequestImpactStatistics> SdkPojo
- Enclosing class:
 RequestImpactStatistics
public static interface RequestImpactStatistics.Builder
extends SdkPojo, CopyableBuilder<RequestImpactStatistics.Builder,RequestImpactStatistics> 
- 
Method Summary
Modifier and TypeMethodDescriptionfaultCount(Long faultCount) The number of requests that have resulted in a fault,The number of successful requests.totalCount(Long totalCount) The total number of requests to the service.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
- 
faultCount
The number of requests that have resulted in a fault,
- Parameters:
 faultCount- The number of requests that have resulted in a fault,- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
okCount
The number of successful requests.
- Parameters:
 okCount- The number of successful requests.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
totalCount
The total number of requests to the service.
- Parameters:
 totalCount- The total number of requests to the service.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -