public static interface ErrorStatistics.Builder extends SdkPojo, CopyableBuilder<ErrorStatistics.Builder,ErrorStatistics>
Modifier and Type | Method and Description |
---|---|
ErrorStatistics.Builder |
otherCount(Long otherCount)
The number of requests that failed with untracked 4xx Client Error status codes.
|
ErrorStatistics.Builder |
throttleCount(Long throttleCount)
The number of requests that failed with a 419 throttling status code.
|
ErrorStatistics.Builder |
totalCount(Long totalCount)
The total number of requests that failed with a 4xx Client Error status code.
|
copy
applyMutation, build
ErrorStatistics.Builder throttleCount(Long throttleCount)
The number of requests that failed with a 419 throttling status code.
throttleCount
- The number of requests that failed with a 419 throttling status code.ErrorStatistics.Builder otherCount(Long otherCount)
The number of requests that failed with untracked 4xx Client Error status codes.
otherCount
- The number of requests that failed with untracked 4xx Client Error status codes.ErrorStatistics.Builder totalCount(Long totalCount)
The total number of requests that failed with a 4xx Client Error status code.
totalCount
- The total number of requests that failed with a 4xx Client Error status code.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.