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
Constructors -
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 toERRORto display less verbose logs containing only error information, or toINFOfor more detailed logs- Returns:
this
-
wirelessDeviceFrameInfo
@Stability(Stable) public CfnNetworkAnalyzerConfiguration.TraceContentProperty.Builder wirelessDeviceFrameInfo(String wirelessDeviceFrameInfo) - 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<CfnNetworkAnalyzerConfiguration.TraceContentProperty>- Returns:
- a new instance of
CfnNetworkAnalyzerConfiguration.TraceContentProperty - Throws:
NullPointerException- if any required attribute was not provided
-