Class CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty>
- Enclosing interface:
CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty
@Stability(Stable)
public static final class CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.resourceStatement(CfnNetworkInsightsAccessScopePropsMixin.ResourceStatementRequestProperty resourceStatement) resourceStatement(IResolvable resourceStatement)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceStatement
@Stability(Stable) public CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty.Builder resourceStatement(IResolvable resourceStatement) Sets the value ofCfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty.getResourceStatement()- Parameters:
resourceStatement- The resource statement.- Returns:
this
-
resourceStatement
@Stability(Stable) public CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty.Builder resourceStatement(CfnNetworkInsightsAccessScopePropsMixin.ResourceStatementRequestProperty resourceStatement) Sets the value ofCfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty.getResourceStatement()- Parameters:
resourceStatement- The resource statement.- Returns:
this
-
build
@Stability(Stable) public CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty>- Returns:
- a new instance of
CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty - Throws:
NullPointerException- if any required attribute was not provided
-