Class CfnNetworkAnalyzerConfigurationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnNetworkAnalyzerConfigurationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkAnalyzerConfigurationMixinProps>
- Enclosing interface:
CfnNetworkAnalyzerConfigurationMixinProps
@Stability(Stable)
public static final class CfnNetworkAnalyzerConfigurationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkAnalyzerConfigurationMixinProps>
A builder for
CfnNetworkAnalyzerConfigurationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnNetworkAnalyzerConfigurationMixinProps.getDescription()Sets the value ofCfnNetworkAnalyzerConfigurationMixinProps.getName()Sets the value ofCfnNetworkAnalyzerConfigurationMixinProps.getTags()traceContent(Object traceContent) Sets the value ofCfnNetworkAnalyzerConfigurationMixinProps.getTraceContent()wirelessDevices(List<String> wirelessDevices) Sets the value ofCfnNetworkAnalyzerConfigurationMixinProps.getWirelessDevices()wirelessGateways(List<String> wirelessGateways) Sets the value ofCfnNetworkAnalyzerConfigurationMixinProps.getWirelessGateways()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
@Stability(Stable) public CfnNetworkAnalyzerConfigurationMixinProps.Builder description(String description) Sets the value ofCfnNetworkAnalyzerConfigurationMixinProps.getDescription()- Parameters:
description- The description of the resource.- Returns:
this
-
name
Sets the value ofCfnNetworkAnalyzerConfigurationMixinProps.getName()- Parameters:
name- Name of the network analyzer configuration.- Returns:
this
-
tags
@Stability(Stable) public CfnNetworkAnalyzerConfigurationMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnNetworkAnalyzerConfigurationMixinProps.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 CfnNetworkAnalyzerConfigurationMixinProps.Builder traceContent(Object traceContent) Sets the value ofCfnNetworkAnalyzerConfigurationMixinProps.getTraceContent()- Parameters:
traceContent- Trace content for your wireless gateway and wireless device resources.- Returns:
this
-
wirelessDevices
@Stability(Stable) public CfnNetworkAnalyzerConfigurationMixinProps.Builder wirelessDevices(List<String> wirelessDevices) Sets the value ofCfnNetworkAnalyzerConfigurationMixinProps.getWirelessDevices()- Parameters:
wirelessDevices- Wireless device resources to add to the network analyzer configuration. Provide theWirelessDeviceIdof the resource to add in the input array.- Returns:
this
-
wirelessGateways
@Stability(Stable) public CfnNetworkAnalyzerConfigurationMixinProps.Builder wirelessGateways(List<String> wirelessGateways) Sets the value ofCfnNetworkAnalyzerConfigurationMixinProps.getWirelessGateways()- Parameters:
wirelessGateways- Wireless gateway resources to add to the network analyzer configuration. Provide theWirelessGatewayIdof the resource to add in the input array.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkAnalyzerConfigurationMixinProps>- Returns:
- a new instance of
CfnNetworkAnalyzerConfigurationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-