CopyableBuilder<ErrorStatistics.Builder,ErrorStatistics>
, SdkBuilder<ErrorStatistics.Builder,ErrorStatistics>
public static interface ErrorStatistics.Builder extends CopyableBuilder<ErrorStatistics.Builder,ErrorStatistics>
Modifier and Type | Method | 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
apply, 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.