@Stability(value=Stable) public static final class CfnNetworkInsightsAnalysis.Builder extends Object implements software.amazon.jsii.Builder<CfnNetworkInsightsAnalysis>
CfnNetworkInsightsAnalysis.| Modifier and Type | Method and Description |
|---|---|
CfnNetworkInsightsAnalysis |
build() |
static CfnNetworkInsightsAnalysis.Builder |
create(software.constructs.Construct scope,
String id) |
CfnNetworkInsightsAnalysis.Builder |
filterInArns(List<String> filterInArns)
The Amazon Resource Names (ARN) of the resources that the path must traverse.
|
CfnNetworkInsightsAnalysis.Builder |
networkInsightsPathId(String networkInsightsPathId)
The ID of the path.
|
CfnNetworkInsightsAnalysis.Builder |
tags(List<? extends CfnTag> tags)
The tags to apply.
|
@Stability(value=Stable) public static CfnNetworkInsightsAnalysis.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnNetworkInsightsAnalysis.AdditionalDetailProperty.Builder.@Stability(value=Stable) public CfnNetworkInsightsAnalysis.Builder networkInsightsPathId(String networkInsightsPathId)
networkInsightsPathId - The ID of the path. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsAnalysis.Builder filterInArns(List<String> filterInArns)
filterInArns - The Amazon Resource Names (ARN) of the resources that the path must traverse. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsAnalysis.Builder tags(List<? extends CfnTag> tags)
tags - The tags to apply. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsAnalysis build()
build in interface software.amazon.jsii.Builder<CfnNetworkInsightsAnalysis>Copyright © 2022. All rights reserved.