Struct aws_sdk_iot::model::log_target_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LogTargetConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn log_target(self, input: LogTarget) -> Self
pub fn log_target(self, input: LogTarget) -> Self
A log target
sourcepub fn set_log_target(self, input: Option<LogTarget>) -> Self
pub fn set_log_target(self, input: Option<LogTarget>) -> Self
A log target
sourcepub fn set_log_level(self, input: Option<LogLevel>) -> Self
pub fn set_log_level(self, input: Option<LogLevel>) -> Self
The logging level.
sourcepub fn build(self) -> LogTargetConfiguration
pub fn build(self) -> LogTargetConfiguration
Consumes the builder and constructs a LogTargetConfiguration
.