Class DataAwsEc2NetworkInsightsAnalysisExplanationsSourceVpc.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.data_aws_ec2_network_insights_analysis.DataAwsEc2NetworkInsightsAnalysisExplanationsSourceVpc.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAwsEc2NetworkInsightsAnalysisExplanationsSourceVpc>
- Enclosing interface:
- DataAwsEc2NetworkInsightsAnalysisExplanationsSourceVpc
@Stability(Stable) public static final class DataAwsEc2NetworkInsightsAnalysisExplanationsSourceVpc.Builder extends Object implements software.amazon.jsii.Builder<DataAwsEc2NetworkInsightsAnalysisExplanationsSourceVpc>
A builder forDataAwsEc2NetworkInsightsAnalysisExplanationsSourceVpc
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataAwsEc2NetworkInsightsAnalysisExplanationsSourceVpcbuild()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public DataAwsEc2NetworkInsightsAnalysisExplanationsSourceVpc build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataAwsEc2NetworkInsightsAnalysisExplanationsSourceVpc>- Returns:
- a new instance of
DataAwsEc2NetworkInsightsAnalysisExplanationsSourceVpc - Throws:
NullPointerException- if any required attribute was not provided
-
-