public static final class CfnNetworkInsightsAnalysis.Builder
extends java.lang.Object
CfnNetworkInsightsAnalysis
.Modifier and Type | Method and Description |
---|---|
CfnNetworkInsightsAnalysis |
build() |
static CfnNetworkInsightsAnalysis.Builder |
create(Construct scope,
java.lang.String id) |
CfnNetworkInsightsAnalysis.Builder |
filterInArns(java.util.List<java.lang.String> filterInArns)
The Amazon Resource Names (ARN) of the resources that the path must traverse.
|
CfnNetworkInsightsAnalysis.Builder |
networkInsightsPathId(java.lang.String networkInsightsPathId)
The ID of the path.
|
CfnNetworkInsightsAnalysis.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags to apply.
|
public static CfnNetworkInsightsAnalysis.Builder create(Construct scope, java.lang.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.AlternatePathHintProperty.Builder
.public CfnNetworkInsightsAnalysis.Builder networkInsightsPathId(java.lang.String networkInsightsPathId)
networkInsightsPathId
- The ID of the path. This parameter is required.this
public CfnNetworkInsightsAnalysis.Builder filterInArns(java.util.List<java.lang.String> filterInArns)
filterInArns
- The Amazon Resource Names (ARN) of the resources that the path must traverse. This parameter is required.this
public CfnNetworkInsightsAnalysis.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags to apply. This parameter is required.this
public CfnNetworkInsightsAnalysis build()