Struct aws_sdk_xray::model::sampling_target_document::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SamplingTargetDocument
Implementations
The name of the sampling rule.
The percentage of matching requests to instrument, after the reservoir is exhausted.
The percentage of matching requests to instrument, after the reservoir is exhausted.
The number of requests per second that X-Ray allocated for this service.
The number of requests per second that X-Ray allocated for this service.
When the reservoir quota expires.
When the reservoir quota expires.
The number of seconds for the service to wait before getting sampling targets again.
The number of seconds for the service to wait before getting sampling targets again.
Consumes the builder and constructs a SamplingTargetDocument
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more