Class CfnNetworkInsightsAccessScopeAnalysis.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkInsightsAccessScopeAnalysis>
- Enclosing class:
CfnNetworkInsightsAccessScopeAnalysis
@Stability(Stable)
public static final class CfnNetworkInsightsAccessScopeAnalysis.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkInsightsAccessScopeAnalysis>
A fluent builder for
CfnNetworkInsightsAccessScopeAnalysis
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
networkInsightsAccessScopeId
(String networkInsightsAccessScopeId) The ID of the Network Access Scope.The tags.
-
Method Details
-
create
@Stability(Stable) public static CfnNetworkInsightsAccessScopeAnalysis.Builder create(Construct scope, String id) - Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnNetworkInsightsAccessScopeAnalysis.Builder
.
-
networkInsightsAccessScopeId
@Stability(Stable) public CfnNetworkInsightsAccessScopeAnalysis.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
-
tags
@Stability(Stable) public CfnNetworkInsightsAccessScopeAnalysis.Builder tags(List<? extends CfnTag> tags) The tags.- Parameters:
tags
- The tags. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnNetworkInsightsAccessScopeAnalysis>
- Returns:
- a newly built instance of
CfnNetworkInsightsAccessScopeAnalysis
.
-