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