CopyableBuilder<ServiceStatistics.Builder,ServiceStatistics>, SdkBuilder<ServiceStatistics.Builder,ServiceStatistics>public static interface ServiceStatistics.Builder extends CopyableBuilder<ServiceStatistics.Builder,ServiceStatistics>
| Modifier and Type | Method | Description |
|---|---|---|
ServiceStatistics.Builder |
errorStatistics(ErrorStatistics errorStatistics) |
Information about requests that failed with a 4xx Client Error status code.
|
ServiceStatistics.Builder |
faultStatistics(FaultStatistics faultStatistics) |
Information about requests that failed with a 5xx Server Error status code.
|
ServiceStatistics.Builder |
okCount(Long okCount) |
The number of requests that completed with a 2xx Success status code.
|
ServiceStatistics.Builder |
totalCount(Long totalCount) |
The total number of completed requests.
|
ServiceStatistics.Builder |
totalResponseTime(Double totalResponseTime) |
The aggregate response time of completed requests.
|
copyapply, buildServiceStatistics.Builder okCount(Long okCount)
The number of requests that completed with a 2xx Success status code.
okCount - The number of requests that completed with a 2xx Success status code.ServiceStatistics.Builder errorStatistics(ErrorStatistics errorStatistics)
Information about requests that failed with a 4xx Client Error status code.
errorStatistics - Information about requests that failed with a 4xx Client Error status code.ServiceStatistics.Builder faultStatistics(FaultStatistics faultStatistics)
Information about requests that failed with a 5xx Server Error status code.
faultStatistics - Information about requests that failed with a 5xx Server Error status code.ServiceStatistics.Builder totalCount(Long totalCount)
The total number of completed requests.
totalCount - The total number of completed requests.ServiceStatistics.Builder totalResponseTime(Double totalResponseTime)
The aggregate response time of completed requests.
totalResponseTime - The aggregate response time of completed requests.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.