CopyableBuilder<FaultStatistics.Builder,FaultStatistics>, SdkBuilder<FaultStatistics.Builder,FaultStatistics>public static interface FaultStatistics.Builder extends CopyableBuilder<FaultStatistics.Builder,FaultStatistics>
| Modifier and Type | Method | Description |
|---|---|---|
FaultStatistics.Builder |
otherCount(Long otherCount) |
The number of requests that failed with untracked 5xx Server Error status codes.
|
FaultStatistics.Builder |
totalCount(Long totalCount) |
The total number of requests that failed with a 5xx Server Error status code.
|
copyapply, buildFaultStatistics.Builder otherCount(Long otherCount)
The number of requests that failed with untracked 5xx Server Error status codes.
otherCount - The number of requests that failed with untracked 5xx Server Error status codes.FaultStatistics.Builder totalCount(Long totalCount)
The total number of requests that failed with a 5xx Server Error status code.
totalCount - The total number of requests that failed with a 5xx Server Error status code.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.