public static final class CfnNetworkInsightsAnalysisProps.Builder
extends java.lang.Object
CfnNetworkInsightsAnalysisProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnNetworkInsightsAnalysisProps |
build()
Builds the configured instance.
|
CfnNetworkInsightsAnalysisProps.Builder |
filterInArns(java.util.List<java.lang.String> filterInArns)
Sets the value of
CfnNetworkInsightsAnalysisProps.getFilterInArns() |
CfnNetworkInsightsAnalysisProps.Builder |
networkInsightsPathId(java.lang.String networkInsightsPathId)
Sets the value of
CfnNetworkInsightsAnalysisProps.getNetworkInsightsPathId() |
CfnNetworkInsightsAnalysisProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnNetworkInsightsAnalysisProps.getTags() |
public CfnNetworkInsightsAnalysisProps.Builder networkInsightsPathId(java.lang.String networkInsightsPathId)
CfnNetworkInsightsAnalysisProps.getNetworkInsightsPathId()
networkInsightsPathId
- The ID of the path. This parameter is required.this
public CfnNetworkInsightsAnalysisProps.Builder filterInArns(java.util.List<java.lang.String> filterInArns)
CfnNetworkInsightsAnalysisProps.getFilterInArns()
filterInArns
- The Amazon Resource Names (ARN) of the resources that the path must traverse.this
public CfnNetworkInsightsAnalysisProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnNetworkInsightsAnalysisProps.getTags()
tags
- The tags to apply.this
public CfnNetworkInsightsAnalysisProps build()
CfnNetworkInsightsAnalysisProps
java.lang.NullPointerException
- if any required attribute was not provided