CopyableBuilder<EdgeStatistics.Builder,EdgeStatistics>
, SdkBuilder<EdgeStatistics.Builder,EdgeStatistics>
public static interface EdgeStatistics.Builder extends CopyableBuilder<EdgeStatistics.Builder,EdgeStatistics>
Modifier and Type | Method | Description |
---|---|---|
EdgeStatistics.Builder |
errorStatistics(ErrorStatistics errorStatistics) |
Information about requests that failed with a 4xx Client Error status code.
|
EdgeStatistics.Builder |
faultStatistics(FaultStatistics faultStatistics) |
Information about requests that failed with a 5xx Server Error status code.
|
EdgeStatistics.Builder |
okCount(Long okCount) |
The number of requests that completed with a 2xx Success status code.
|
EdgeStatistics.Builder |
totalCount(Long totalCount) |
The total number of completed requests.
|
EdgeStatistics.Builder |
totalResponseTime(Double totalResponseTime) |
The aggregate response time of completed requests.
|
copy
apply, build
EdgeStatistics.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.EdgeStatistics.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.EdgeStatistics.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.EdgeStatistics.Builder totalCount(Long totalCount)
The total number of completed requests.
totalCount
- The total number of completed requests.EdgeStatistics.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.