Class CfnNetworkInsightsAccessScopePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnNetworkInsightsAccessScopePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkInsightsAccessScopePropsMixin>
- Enclosing class:
CfnNetworkInsightsAccessScopePropsMixin
@Stability(Stable)
public static final class CfnNetworkInsightsAccessScopePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkInsightsAccessScopePropsMixin>
A fluent builder for
CfnNetworkInsightsAccessScopePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) 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 CfnNetworkInsightsAccessScopePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNetworkInsightsAccessScopePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNetworkInsightsAccessScopePropsMixin.Builder.
-
excludePaths
@Stability(Stable) public CfnNetworkInsightsAccessScopePropsMixin.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 CfnNetworkInsightsAccessScopePropsMixin.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
@Stability(Stable) public CfnNetworkInsightsAccessScopePropsMixin.Builder matchPaths(IResolvable matchPaths) The paths to match.- Parameters:
matchPaths- The paths to match. This parameter is required.- Returns:
this- See Also:
-
matchPaths
@Stability(Stable) public CfnNetworkInsightsAccessScopePropsMixin.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
@Stability(Stable) public CfnNetworkInsightsAccessScopePropsMixin.Builder tags(List<? extends CfnTag> tags) The tags.- Parameters:
tags- The tags. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkInsightsAccessScopePropsMixin>- Returns:
- a newly built instance of
CfnNetworkInsightsAccessScopePropsMixin.
-