Struct aws_sdk_lambda::model::tracing_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TracingConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn mode(self, input: TracingMode) -> Self
pub fn mode(self, input: TracingMode) -> Self
The tracing mode.
sourcepub fn set_mode(self, input: Option<TracingMode>) -> Self
pub fn set_mode(self, input: Option<TracingMode>) -> Self
The tracing mode.
sourcepub fn build(self) -> TracingConfig
pub fn build(self) -> TracingConfig
Consumes the builder and constructs a TracingConfig
.