public static interface SamplingStatisticsDocument.Builder extends SdkPojo, CopyableBuilder<SamplingStatisticsDocument.Builder,SamplingStatisticsDocument>
| Modifier and Type | Method and Description |
|---|---|
SamplingStatisticsDocument.Builder |
borrowCount(Integer borrowCount)
The number of requests recorded with borrowed reservoir quota.
|
SamplingStatisticsDocument.Builder |
clientID(String clientID)
A unique identifier for the service in hexadecimal.
|
SamplingStatisticsDocument.Builder |
requestCount(Integer requestCount)
The number of requests that matched the rule.
|
SamplingStatisticsDocument.Builder |
ruleName(String ruleName)
The name of the sampling rule.
|
SamplingStatisticsDocument.Builder |
sampledCount(Integer sampledCount)
The number of requests recorded.
|
SamplingStatisticsDocument.Builder |
timestamp(Instant timestamp)
The current time.
|
copyapplyMutation, buildSamplingStatisticsDocument.Builder ruleName(String ruleName)
The name of the sampling rule.
ruleName - The name of the sampling rule.SamplingStatisticsDocument.Builder clientID(String clientID)
A unique identifier for the service in hexadecimal.
clientID - A unique identifier for the service in hexadecimal.SamplingStatisticsDocument.Builder timestamp(Instant timestamp)
The current time.
timestamp - The current time.SamplingStatisticsDocument.Builder requestCount(Integer requestCount)
The number of requests that matched the rule.
requestCount - The number of requests that matched the rule.SamplingStatisticsDocument.Builder sampledCount(Integer sampledCount)
The number of requests recorded.
sampledCount - The number of requests recorded.SamplingStatisticsDocument.Builder borrowCount(Integer borrowCount)
The number of requests recorded with borrowed reservoir quota.
borrowCount - The number of requests recorded with borrowed reservoir quota.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.