Struct aws_sdk_xray::output::delete_sampling_rule_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteSamplingRuleOutput
.
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 deleted 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 deleted rule definition and metadata.
sourcepub fn build(self) -> DeleteSamplingRuleOutput
pub fn build(self) -> DeleteSamplingRuleOutput
Consumes the builder and constructs a DeleteSamplingRuleOutput
.