Struct aws_sdk_xray::output::update_sampling_rule_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateSamplingRuleOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn sampling_rule_record(self, input: SamplingRuleRecord) -> Self
pub fn sampling_rule_record(self, input: SamplingRuleRecord) -> Self
The updated rule definition and metadata.
sourcepub fn set_sampling_rule_record(self, input: Option<SamplingRuleRecord>) -> Self
pub fn set_sampling_rule_record(self, input: Option<SamplingRuleRecord>) -> Self
The updated rule definition and metadata.
sourcepub fn build(self) -> UpdateSamplingRuleOutput
pub fn build(self) -> UpdateSamplingRuleOutput
Consumes the builder and constructs a UpdateSamplingRuleOutput
.