Struct aws_sdk_xray::model::sampling_statistics_document::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SamplingStatisticsDocument
Implementations
The name of the sampling rule.
A unique identifier for the service in hexadecimal.
A unique identifier for the service in hexadecimal.
The current time.
The number of requests that matched the rule.
The number of requests that matched the rule.
The number of requests recorded.
The number of requests recorded.
The number of requests recorded with borrowed reservoir quota.
The number of requests recorded with borrowed reservoir quota.
Consumes the builder and constructs a SamplingStatisticsDocument
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