Class CfnNetworkInsightsAccessScopeAnalysisPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnNetworkInsightsAccessScopeAnalysisPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkInsightsAccessScopeAnalysisPropsMixin>
- Enclosing class:
CfnNetworkInsightsAccessScopeAnalysisPropsMixin
@Stability(Stable)
public static final class CfnNetworkInsightsAccessScopeAnalysisPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkInsightsAccessScopeAnalysisPropsMixin>
A fluent builder for
CfnNetworkInsightsAccessScopeAnalysisPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) networkInsightsAccessScopeId(String networkInsightsAccessScopeId) The ID of the Network Access Scope.The tags.
-
Method Details
-
create
@Stability(Stable) public static CfnNetworkInsightsAccessScopeAnalysisPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNetworkInsightsAccessScopeAnalysisPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNetworkInsightsAccessScopeAnalysisPropsMixin.Builder.
-
networkInsightsAccessScopeId
@Stability(Stable) public CfnNetworkInsightsAccessScopeAnalysisPropsMixin.Builder networkInsightsAccessScopeId(String networkInsightsAccessScopeId) The ID of the Network Access Scope.- Parameters:
networkInsightsAccessScopeId- The ID of the Network Access Scope. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnNetworkInsightsAccessScopeAnalysisPropsMixin.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<CfnNetworkInsightsAccessScopeAnalysisPropsMixin>- Returns:
- a newly built instance of
CfnNetworkInsightsAccessScopeAnalysisPropsMixin.
-