public static final class CfnNetworkInsightsAccessScope.Builder
extends java.lang.Object
CfnNetworkInsightsAccessScope
.Modifier and Type | Method and Description |
---|---|
CfnNetworkInsightsAccessScope |
build() |
static CfnNetworkInsightsAccessScope.Builder |
create(Construct scope,
java.lang.String id) |
CfnNetworkInsightsAccessScope.Builder |
excludePaths(IResolvable excludePaths)
The paths to exclude.
|
CfnNetworkInsightsAccessScope.Builder |
excludePaths(java.util.List<? extends java.lang.Object> excludePaths)
The paths to exclude.
|
CfnNetworkInsightsAccessScope.Builder |
matchPaths(IResolvable matchPaths)
The paths to match.
|
CfnNetworkInsightsAccessScope.Builder |
matchPaths(java.util.List<? extends java.lang.Object> matchPaths)
The paths to match.
|
CfnNetworkInsightsAccessScope.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags.
|
public static CfnNetworkInsightsAccessScope.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.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Builder
.public CfnNetworkInsightsAccessScope.Builder excludePaths(IResolvable excludePaths)
excludePaths
- The paths to exclude. This parameter is required.this
public CfnNetworkInsightsAccessScope.Builder excludePaths(java.util.List<? extends java.lang.Object> excludePaths)
excludePaths
- The paths to exclude. This parameter is required.this
public CfnNetworkInsightsAccessScope.Builder matchPaths(IResolvable matchPaths)
matchPaths
- The paths to match. This parameter is required.this
public CfnNetworkInsightsAccessScope.Builder matchPaths(java.util.List<? extends java.lang.Object> matchPaths)
matchPaths
- The paths to match. This parameter is required.this
public CfnNetworkInsightsAccessScope.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags. This parameter is required.this
public CfnNetworkInsightsAccessScope build()