Struct aws_sdk_iotwireless::model::trace_content::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TraceContent
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn wireless_device_frame_info(self, input: WirelessDeviceFrameInfo) -> Self
pub fn wireless_device_frame_info(self, input: WirelessDeviceFrameInfo) -> Self
FrameInfo
of your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.
sourcepub fn set_wireless_device_frame_info(
self,
input: Option<WirelessDeviceFrameInfo>
) -> Self
pub fn set_wireless_device_frame_info(
self,
input: Option<WirelessDeviceFrameInfo>
) -> Self
FrameInfo
of your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.
sourcepub fn log_level(self, input: LogLevel) -> Self
pub fn log_level(self, input: LogLevel) -> Self
The log level for a log message. The log levels can be disabled, or set to ERROR
to display less verbose logs containing only error information, or to INFO
for more detailed logs.
sourcepub fn set_log_level(self, input: Option<LogLevel>) -> Self
pub fn set_log_level(self, input: Option<LogLevel>) -> Self
The log level for a log message. The log levels can be disabled, or set to ERROR
to display less verbose logs containing only error information, or to INFO
for more detailed logs.
sourcepub fn build(self) -> TraceContent
pub fn build(self) -> TraceContent
Consumes the builder and constructs a TraceContent
.