Class CfnNetworkAnalyzerConfigurationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnNetworkAnalyzerConfigurationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkAnalyzerConfigurationPropsMixin>
- Enclosing class:
CfnNetworkAnalyzerConfigurationPropsMixin
@Stability(Stable)
public static final class CfnNetworkAnalyzerConfigurationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkAnalyzerConfigurationPropsMixin>
A fluent builder for
CfnNetworkAnalyzerConfigurationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the resource.Name of the network analyzer configuration.The tags to attach to the specified resource.traceContent(Object traceContent) Trace content for your wireless gateway and wireless device resources.wirelessDevices(List<String> wirelessDevices) Wireless device resources to add to the network analyzer configuration.wirelessGateways(List<String> wirelessGateways) Wireless gateway resources to add to the network analyzer configuration.
-
Method Details
-
create
@Stability(Stable) public static CfnNetworkAnalyzerConfigurationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNetworkAnalyzerConfigurationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNetworkAnalyzerConfigurationPropsMixin.Builder.
-
description
@Stability(Stable) public CfnNetworkAnalyzerConfigurationPropsMixin.Builder description(String description) The description of the resource.- Parameters:
description- The description of the resource. This parameter is required.- Returns:
this- See Also:
-
name
Name of the network analyzer configuration.- Parameters:
name- Name of the network analyzer configuration. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnNetworkAnalyzerConfigurationPropsMixin.Builder tags(List<? extends CfnTag> tags) The tags to attach to the specified resource.Tags are metadata that you can use to manage a resource.
- Parameters:
tags- The tags to attach to the specified resource. This parameter is required.- Returns:
this- See Also:
-
traceContent
@Stability(Stable) public CfnNetworkAnalyzerConfigurationPropsMixin.Builder traceContent(Object traceContent) Trace content for your wireless gateway and wireless device resources.- Parameters:
traceContent- Trace content for your wireless gateway and wireless device resources. This parameter is required.- Returns:
this- See Also:
-
wirelessDevices
@Stability(Stable) public CfnNetworkAnalyzerConfigurationPropsMixin.Builder wirelessDevices(List<String> wirelessDevices) Wireless device resources to add to the network analyzer configuration.Provide the
WirelessDeviceIdof the resource to add in the input array.- Parameters:
wirelessDevices- Wireless device resources to add to the network analyzer configuration. This parameter is required.- Returns:
this- See Also:
-
wirelessGateways
@Stability(Stable) public CfnNetworkAnalyzerConfigurationPropsMixin.Builder wirelessGateways(List<String> wirelessGateways) Wireless gateway resources to add to the network analyzer configuration.Provide the
WirelessGatewayIdof the resource to add in the input array.- Parameters:
wirelessGateways- Wireless gateway resources to add to the network analyzer configuration. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkAnalyzerConfigurationPropsMixin>- Returns:
- a newly built instance of
CfnNetworkAnalyzerConfigurationPropsMixin.
-