Struct aws_sdk_xray::output::get_sampling_targets_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetSamplingTargetsOutput
Implementations
Appends an item to sampling_target_documents
.
To override the contents of this collection use set_sampling_target_documents
.
Updated rules that the service should use to sample requests.
pub fn set_sampling_target_documents(
self,
input: Option<Vec<SamplingTargetDocument>>
) -> Self
pub fn set_sampling_target_documents(
self,
input: Option<Vec<SamplingTargetDocument>>
) -> Self
Updated rules that the service should use to sample requests.
The last time a user changed the sampling rule configuration. If the sampling rule configuration changed since the service last retrieved it, the service should call GetSamplingRules to get the latest version.
The last time a user changed the sampling rule configuration. If the sampling rule configuration changed since the service last retrieved it, the service should call GetSamplingRules to get the latest version.
Appends an item to unprocessed_statistics
.
To override the contents of this collection use set_unprocessed_statistics
.
Information about SamplingStatisticsDocument that X-Ray could not process.
Information about SamplingStatisticsDocument that X-Ray could not process.
Consumes the builder and constructs a GetSamplingTargetsOutput
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