Class CfnNetworkAnalyzerConfigurationProps.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnNetworkAnalyzerConfigurationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkAnalyzerConfigurationProps>
- Enclosing interface:
CfnNetworkAnalyzerConfigurationProps
@Stability(Stable)
public static final class CfnNetworkAnalyzerConfigurationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkAnalyzerConfigurationProps>
A builder for
CfnNetworkAnalyzerConfigurationProps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.description
(String description) Sets the value ofCfnNetworkAnalyzerConfigurationProps.getDescription()
Sets the value ofCfnNetworkAnalyzerConfigurationProps.getName()
Sets the value ofCfnNetworkAnalyzerConfigurationProps.getTags()
traceContent
(Object traceContent) Sets the value ofCfnNetworkAnalyzerConfigurationProps.getTraceContent()
wirelessDevices
(List<String> wirelessDevices) Sets the value ofCfnNetworkAnalyzerConfigurationProps.getWirelessDevices()
wirelessGateways
(List<String> wirelessGateways) Sets the value ofCfnNetworkAnalyzerConfigurationProps.getWirelessGateways()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnNetworkAnalyzerConfigurationProps.getName()
- Parameters:
name
- Name of the network analyzer configuration. This parameter is required.- Returns:
this
-
description
@Stability(Stable) public CfnNetworkAnalyzerConfigurationProps.Builder description(String description) Sets the value ofCfnNetworkAnalyzerConfigurationProps.getDescription()
- Parameters:
description
- The description of the resource.- Returns:
this
-
tags
@Stability(Stable) public CfnNetworkAnalyzerConfigurationProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnNetworkAnalyzerConfigurationProps.getTags()
- Parameters:
tags
- The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.- Returns:
this
-
traceContent
@Stability(Stable) public CfnNetworkAnalyzerConfigurationProps.Builder traceContent(Object traceContent) Sets the value ofCfnNetworkAnalyzerConfigurationProps.getTraceContent()
- Parameters:
traceContent
- Trace content for your wireless gateway and wireless device resources.- Returns:
this
-
wirelessDevices
@Stability(Stable) public CfnNetworkAnalyzerConfigurationProps.Builder wirelessDevices(List<String> wirelessDevices) Sets the value ofCfnNetworkAnalyzerConfigurationProps.getWirelessDevices()
- Parameters:
wirelessDevices
- Wireless device resources to add to the network analyzer configuration. Provide theWirelessDeviceId
of the resource to add in the input array.- Returns:
this
-
wirelessGateways
@Stability(Stable) public CfnNetworkAnalyzerConfigurationProps.Builder wirelessGateways(List<String> wirelessGateways) Sets the value ofCfnNetworkAnalyzerConfigurationProps.getWirelessGateways()
- Parameters:
wirelessGateways
- Wireless gateway resources to add to the network analyzer configuration. Provide theWirelessGatewayId
of the resource to add in the input array.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnNetworkAnalyzerConfigurationProps>
- Returns:
- a new instance of
CfnNetworkAnalyzerConfigurationProps
- Throws:
NullPointerException
- if any required attribute was not provided
-