Class CfnNetworkInsightsAccessScope.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkInsightsAccessScope>
- Enclosing class:
CfnNetworkInsightsAccessScope
@Stability(Stable)
public static final class CfnNetworkInsightsAccessScope.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkInsightsAccessScope>
A fluent builder for
CfnNetworkInsightsAccessScope
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
excludePaths
(List<? extends Object> excludePaths) The paths to exclude.excludePaths
(IResolvable excludePaths) The paths to exclude.matchPaths
(List<? extends Object> matchPaths) The paths to match.matchPaths
(IResolvable matchPaths) The paths to match.The tags.
-
Method Details
-
create
@Stability(Stable) public static CfnNetworkInsightsAccessScope.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnNetworkInsightsAccessScope.Builder
.
-
excludePaths
@Stability(Stable) public CfnNetworkInsightsAccessScope.Builder excludePaths(IResolvable excludePaths) The paths to exclude.- Parameters:
excludePaths
- The paths to exclude. This parameter is required.- Returns:
this
- See Also:
-
excludePaths
@Stability(Stable) public CfnNetworkInsightsAccessScope.Builder excludePaths(List<? extends Object> excludePaths) The paths to exclude.- Parameters:
excludePaths
- The paths to exclude. This parameter is required.- Returns:
this
- See Also:
-
matchPaths
The paths to match.- Parameters:
matchPaths
- The paths to match. This parameter is required.- Returns:
this
- See Also:
-
matchPaths
@Stability(Stable) public CfnNetworkInsightsAccessScope.Builder matchPaths(List<? extends Object> matchPaths) The paths to match.- Parameters:
matchPaths
- The paths to match. This parameter is required.- Returns:
this
- See Also:
-
tags
The tags.- Parameters:
tags
- The tags. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnNetworkInsightsAccessScope>
- Returns:
- a newly built instance of
CfnNetworkInsightsAccessScope
.
-