Struct aws_sdk_lambda::model::tracing_config_response::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TracingConfigResponse
.
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) -> TracingConfigResponse
pub fn build(self) -> TracingConfigResponse
Consumes the builder and constructs a TracingConfigResponse
.