public static interface RequestImpactStatistics.Builder extends SdkPojo, CopyableBuilder<RequestImpactStatistics.Builder,RequestImpactStatistics>
| Modifier and Type | Method and Description |
|---|---|
RequestImpactStatistics.Builder |
faultCount(Long faultCount)
The number of requests that have resulted in a fault,
|
RequestImpactStatistics.Builder |
okCount(Long okCount)
The number of successful requests.
|
RequestImpactStatistics.Builder |
totalCount(Long totalCount)
The total number of requests to the service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRequestImpactStatistics.Builder faultCount(Long faultCount)
The number of requests that have resulted in a fault,
faultCount - The number of requests that have resulted in a fault,RequestImpactStatistics.Builder okCount(Long okCount)
The number of successful requests.
okCount - The number of successful requests.RequestImpactStatistics.Builder totalCount(Long totalCount)
The total number of requests to the service.
totalCount - The total number of requests to the service.Copyright © 2023. All rights reserved.