public static final class CfnNetworkAnalyzerConfigurationProps.Builder
extends java.lang.Object
CfnNetworkAnalyzerConfigurationProps
Constructor and Description |
---|
Builder() |
public CfnNetworkAnalyzerConfigurationProps.Builder name(java.lang.String name)
CfnNetworkAnalyzerConfigurationProps.getName()
name
- Name of the network analyzer configuration. This parameter is required.this
public CfnNetworkAnalyzerConfigurationProps.Builder description(java.lang.String description)
CfnNetworkAnalyzerConfigurationProps.getDescription()
description
- The description of the resource.this
public CfnNetworkAnalyzerConfigurationProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnNetworkAnalyzerConfigurationProps.getTags()
tags
- The tags to attach to the specified resource.
Tags are metadata that you can use to manage a resource.this
public CfnNetworkAnalyzerConfigurationProps.Builder traceContent(java.lang.Object traceContent)
CfnNetworkAnalyzerConfigurationProps.getTraceContent()
traceContent
- Trace content for your wireless gateway and wireless device resources.this
public CfnNetworkAnalyzerConfigurationProps.Builder wirelessDevices(java.util.List<java.lang.String> wirelessDevices)
CfnNetworkAnalyzerConfigurationProps.getWirelessDevices()
wirelessDevices
- Wireless device resources to add to the network analyzer configuration.
Provide the WirelessDeviceId
of the resource to add in the input array.this
public CfnNetworkAnalyzerConfigurationProps.Builder wirelessGateways(java.util.List<java.lang.String> wirelessGateways)
CfnNetworkAnalyzerConfigurationProps.getWirelessGateways()
wirelessGateways
- Wireless gateway resources to add to the network analyzer configuration.
Provide the WirelessGatewayId
of the resource to add in the input array.this
public CfnNetworkAnalyzerConfigurationProps build()
CfnNetworkAnalyzerConfigurationProps
java.lang.NullPointerException
- if any required attribute was not provided