Interface FaultStatistics.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FaultStatistics.Builder,,FaultStatistics> SdkBuilder<FaultStatistics.Builder,,FaultStatistics> SdkPojo
- Enclosing class:
 FaultStatistics
public static interface FaultStatistics.Builder
extends SdkPojo, CopyableBuilder<FaultStatistics.Builder,FaultStatistics> 
- 
Method Summary
Modifier and TypeMethodDescriptionotherCount(Long otherCount) The number of requests that failed with untracked 5xx Server Error status codes.totalCount(Long totalCount) The total number of requests that failed with a 5xx Server Error status code.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
- 
otherCount
The number of requests that failed with untracked 5xx Server Error status codes.
- Parameters:
 otherCount- The number of requests that failed with untracked 5xx Server Error status codes.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
totalCount
The total number of requests that failed with a 5xx Server Error status code.
- Parameters:
 totalCount- The total number of requests that failed with a 5xx Server Error status code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -