@Stability(value=Stable) public static final class CfnNetworkInsightsAnalysisProps.Builder extends Object implements software.amazon.jsii.Builder<CfnNetworkInsightsAnalysisProps>
CfnNetworkInsightsAnalysisProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnNetworkInsightsAnalysisProps |
build()
Builds the configured instance.
|
CfnNetworkInsightsAnalysisProps.Builder |
filterInArns(List<String> filterInArns)
Sets the value of
CfnNetworkInsightsAnalysisProps.getFilterInArns() |
CfnNetworkInsightsAnalysisProps.Builder |
networkInsightsPathId(String networkInsightsPathId)
Sets the value of
CfnNetworkInsightsAnalysisProps.getNetworkInsightsPathId() |
CfnNetworkInsightsAnalysisProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnNetworkInsightsAnalysisProps.getTags() |
@Stability(value=Stable) public CfnNetworkInsightsAnalysisProps.Builder networkInsightsPathId(String networkInsightsPathId)
CfnNetworkInsightsAnalysisProps.getNetworkInsightsPathId()networkInsightsPathId - The ID of the path. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsAnalysisProps.Builder filterInArns(List<String> filterInArns)
CfnNetworkInsightsAnalysisProps.getFilterInArns()filterInArns - The Amazon Resource Names (ARN) of the resources that the path must traverse.this@Stability(value=Stable) public CfnNetworkInsightsAnalysisProps.Builder tags(List<? extends CfnTag> tags)
CfnNetworkInsightsAnalysisProps.getTags()tags - The tags to apply.this@Stability(value=Stable) public CfnNetworkInsightsAnalysisProps build()
build in interface software.amazon.jsii.Builder<CfnNetworkInsightsAnalysisProps>CfnNetworkInsightsAnalysisPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.