public static interface SamplingTargetDocument.Builder extends SdkPojo, CopyableBuilder<SamplingTargetDocument.Builder,SamplingTargetDocument>
Modifier and Type | Method and Description |
---|---|
SamplingTargetDocument.Builder |
fixedRate(Double fixedRate)
The percentage of matching requests to instrument, after the reservoir is exhausted.
|
SamplingTargetDocument.Builder |
interval(Integer interval)
The number of seconds for the service to wait before getting sampling targets again.
|
SamplingTargetDocument.Builder |
reservoirQuota(Integer reservoirQuota)
The number of requests per second that X-Ray allocated this service.
|
SamplingTargetDocument.Builder |
reservoirQuotaTTL(Instant reservoirQuotaTTL)
When the reservoir quota expires.
|
SamplingTargetDocument.Builder |
ruleName(String ruleName)
The name of the sampling rule.
|
copy
applyMutation, build
SamplingTargetDocument.Builder ruleName(String ruleName)
The name of the sampling rule.
ruleName
- The name of the sampling rule.SamplingTargetDocument.Builder fixedRate(Double fixedRate)
The percentage of matching requests to instrument, after the reservoir is exhausted.
fixedRate
- The percentage of matching requests to instrument, after the reservoir is exhausted.SamplingTargetDocument.Builder reservoirQuota(Integer reservoirQuota)
The number of requests per second that X-Ray allocated this service.
reservoirQuota
- The number of requests per second that X-Ray allocated this service.SamplingTargetDocument.Builder reservoirQuotaTTL(Instant reservoirQuotaTTL)
When the reservoir quota expires.
reservoirQuotaTTL
- When the reservoir quota expires.SamplingTargetDocument.Builder interval(Integer interval)
The number of seconds for the service to wait before getting sampling targets again.
interval
- The number of seconds for the service to wait before getting sampling targets again.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.