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