public static interface SamplingStatisticSummary.Builder extends SdkPojo, CopyableBuilder<SamplingStatisticSummary.Builder,SamplingStatisticSummary>
Modifier and Type | Method and Description |
---|---|
SamplingStatisticSummary.Builder |
borrowCount(Integer borrowCount)
The number of requests recorded with borrowed reservoir quota.
|
SamplingStatisticSummary.Builder |
requestCount(Integer requestCount)
The number of requests that matched the rule.
|
SamplingStatisticSummary.Builder |
ruleName(String ruleName)
The name of the sampling rule.
|
SamplingStatisticSummary.Builder |
sampledCount(Integer sampledCount)
The number of requests recorded.
|
SamplingStatisticSummary.Builder |
timestamp(Instant timestamp)
The start time of the reporting window.
|
copy
applyMutation, build
SamplingStatisticSummary.Builder ruleName(String ruleName)
The name of the sampling rule.
ruleName
- The name of the sampling rule.SamplingStatisticSummary.Builder timestamp(Instant timestamp)
The start time of the reporting window.
timestamp
- The start time of the reporting window.SamplingStatisticSummary.Builder requestCount(Integer requestCount)
The number of requests that matched the rule.
requestCount
- The number of requests that matched the rule.SamplingStatisticSummary.Builder borrowCount(Integer borrowCount)
The number of requests recorded with borrowed reservoir quota.
borrowCount
- The number of requests recorded with borrowed reservoir quota.SamplingStatisticSummary.Builder sampledCount(Integer sampledCount)
The number of requests recorded.
sampledCount
- The number of requests recorded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.