@Stability(value=Stable) public static final class CfnNetworkInsightsAccessScope.Builder extends Object implements software.amazon.jsii.Builder<CfnNetworkInsightsAccessScope>
CfnNetworkInsightsAccessScope.| Modifier and Type | Method and Description |
|---|---|
CfnNetworkInsightsAccessScope |
build() |
static CfnNetworkInsightsAccessScope.Builder |
create(software.constructs.Construct scope,
String id) |
CfnNetworkInsightsAccessScope.Builder |
excludePaths(IResolvable excludePaths)
The paths to exclude.
|
CfnNetworkInsightsAccessScope.Builder |
excludePaths(List<? extends Object> excludePaths)
The paths to exclude.
|
CfnNetworkInsightsAccessScope.Builder |
matchPaths(IResolvable matchPaths)
The paths to match.
|
CfnNetworkInsightsAccessScope.Builder |
matchPaths(List<? extends Object> matchPaths)
The paths to match.
|
CfnNetworkInsightsAccessScope.Builder |
tags(List<? extends CfnTag> tags)
The tags.
|
@Stability(value=Stable) public static CfnNetworkInsightsAccessScope.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.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Builder.@Stability(value=Stable) public CfnNetworkInsightsAccessScope.Builder excludePaths(IResolvable excludePaths)
excludePaths - The paths to exclude. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsAccessScope.Builder excludePaths(List<? extends Object> excludePaths)
excludePaths - The paths to exclude. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsAccessScope.Builder matchPaths(IResolvable matchPaths)
matchPaths - The paths to match. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsAccessScope.Builder matchPaths(List<? extends Object> matchPaths)
matchPaths - The paths to match. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsAccessScope.Builder tags(List<? extends CfnTag> tags)
tags - The tags. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsAccessScope build()
build in interface software.amazon.jsii.Builder<CfnNetworkInsightsAccessScope>Copyright © 2022. All rights reserved.