Class CfnNetworkInsightsAccessScopeAnalysisMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnNetworkInsightsAccessScopeAnalysisMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkInsightsAccessScopeAnalysisMixinProps>
- Enclosing interface:
CfnNetworkInsightsAccessScopeAnalysisMixinProps
@Stability(Stable)
public static final class CfnNetworkInsightsAccessScopeAnalysisMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkInsightsAccessScopeAnalysisMixinProps>
A builder for
CfnNetworkInsightsAccessScopeAnalysisMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.networkInsightsAccessScopeId(String networkInsightsAccessScopeId) Sets the value ofCfnNetworkInsightsAccessScopeAnalysisMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
networkInsightsAccessScopeId
@Stability(Stable) public CfnNetworkInsightsAccessScopeAnalysisMixinProps.Builder networkInsightsAccessScopeId(String networkInsightsAccessScopeId) - Parameters:
networkInsightsAccessScopeId- The ID of the Network Access Scope.- Returns:
this
-
tags
@Stability(Stable) public CfnNetworkInsightsAccessScopeAnalysisMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnNetworkInsightsAccessScopeAnalysisMixinProps.getTags()- Parameters:
tags- The tags.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkInsightsAccessScopeAnalysisMixinProps>- Returns:
- a new instance of
CfnNetworkInsightsAccessScopeAnalysisMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-