public static interface CfnNetworkAnalyzerConfiguration.TraceContentProperty
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iotwireless.*; TraceContentProperty traceContentProperty = TraceContentProperty.builder() .logLevel("logLevel") .wirelessDeviceFrameInfo("wirelessDeviceFrameInfo") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnNetworkAnalyzerConfiguration.TraceContentProperty.Builder
A builder for
CfnNetworkAnalyzerConfiguration.TraceContentProperty |
static class |
CfnNetworkAnalyzerConfiguration.TraceContentProperty.Jsii$Proxy
An implementation for
CfnNetworkAnalyzerConfiguration.TraceContentProperty |
Modifier and Type | Method and Description |
---|---|
static CfnNetworkAnalyzerConfiguration.TraceContentProperty.Builder |
builder() |
default java.lang.String |
getLogLevel()
`CfnNetworkAnalyzerConfiguration.TraceContentProperty.LogLevel`.
|
default java.lang.String |
getWirelessDeviceFrameInfo()
`CfnNetworkAnalyzerConfiguration.TraceContentProperty.WirelessDeviceFrameInfo`.
|