Class CfnNetworkAnalyzerConfiguration.TraceContentProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnNetworkAnalyzerConfiguration.TraceContentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkAnalyzerConfiguration.TraceContentProperty>
- Enclosing interface:
CfnNetworkAnalyzerConfiguration.TraceContentProperty
@Stability(Stable)
public static final class CfnNetworkAnalyzerConfiguration.TraceContentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkAnalyzerConfiguration.TraceContentProperty>
A builder for
CfnNetworkAnalyzerConfiguration.TraceContentProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnNetworkAnalyzerConfiguration.TraceContentProperty.getLogLevel()
wirelessDeviceFrameInfo
(String wirelessDeviceFrameInfo)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logLevel
@Stability(Stable) public CfnNetworkAnalyzerConfiguration.TraceContentProperty.Builder logLevel(String logLevel) Sets the value ofCfnNetworkAnalyzerConfiguration.TraceContentProperty.getLogLevel()
- Parameters:
logLevel
- The log level for a log message. The log levels can be disabled, or set toERROR
to display less verbose logs containing only error information, or toINFO
for more detailed logs- Returns:
this
-
wirelessDeviceFrameInfo
@Stability(Stable) public CfnNetworkAnalyzerConfiguration.TraceContentProperty.Builder wirelessDeviceFrameInfo(String wirelessDeviceFrameInfo) - Parameters:
wirelessDeviceFrameInfo
-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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnNetworkAnalyzerConfiguration.TraceContentProperty>
- Returns:
- a new instance of
CfnNetworkAnalyzerConfiguration.TraceContentProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-