Class CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty>
- Enclosing interface:
CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty
@Stability(Stable)
public static final class CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.wirelessDeviceFrameInfo(String wirelessDeviceFrameInfo)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logLevel
@Stability(Stable) public CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty.Builder logLevel(String logLevel) - Parameters:
logLevel- The log level for a log message. The log levels can be disabled, or set toERRORto display less verbose logs containing only error information, or toINFOfor more detailed logs- Returns:
this
-
wirelessDeviceFrameInfo
@Stability(Stable) public CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty.Builder wirelessDeviceFrameInfo(String wirelessDeviceFrameInfo) Sets the value ofCfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty.getWirelessDeviceFrameInfo()- Parameters:
wirelessDeviceFrameInfo-FrameInfoof your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty>- Returns:
- a new instance of
CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty - Throws:
NullPointerException- if any required attribute was not provided
-