Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnNetworkAnalyzerConfigurationPropsMixin.Builder
Packages that use CfnNetworkAnalyzerConfigurationPropsMixin.Builder
-
Uses of CfnNetworkAnalyzerConfigurationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iotwireless
Methods in software.amazon.awscdk.cfnpropertymixins.services.iotwireless that return CfnNetworkAnalyzerConfigurationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnNetworkAnalyzerConfigurationPropsMixin.Builder.create()CfnNetworkAnalyzerConfigurationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnNetworkAnalyzerConfigurationPropsMixin.Builder.description(String description) The description of the resource.Name of the network analyzer configuration.The tags to attach to the specified resource.CfnNetworkAnalyzerConfigurationPropsMixin.Builder.traceContent(Object traceContent) Trace content for your wireless gateway and wireless device resources.CfnNetworkAnalyzerConfigurationPropsMixin.Builder.wirelessDevices(List<String> wirelessDevices) Wireless device resources to add to the network analyzer configuration.CfnNetworkAnalyzerConfigurationPropsMixin.Builder.wirelessGateways(List<String> wirelessGateways) Wireless gateway resources to add to the network analyzer configuration.