Class DataAwsEc2NetworkInsightsPath.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.data_aws_ec2_network_insights_path.DataAwsEc2NetworkInsightsPath.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAwsEc2NetworkInsightsPath>
- Enclosing class:
- DataAwsEc2NetworkInsightsPath
@Stability(Stable) public static final class DataAwsEc2NetworkInsightsPath.Builder extends Object implements software.amazon.jsii.Builder<DataAwsEc2NetworkInsightsPath>
A fluent builder forDataAwsEc2NetworkInsightsPath.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataAwsEc2NetworkInsightsPathbuild()DataAwsEc2NetworkInsightsPath.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)DataAwsEc2NetworkInsightsPath.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)DataAwsEc2NetworkInsightsPath.Buildercount(com.hashicorp.cdktf.TerraformCount count)DataAwsEc2NetworkInsightsPath.Buildercount(Number count)static DataAwsEc2NetworkInsightsPath.Buildercreate(software.constructs.Construct scope, String id)DataAwsEc2NetworkInsightsPath.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)DataAwsEc2NetworkInsightsPath.Builderfilter(com.hashicorp.cdktf.IResolvable filter)filter block.DataAwsEc2NetworkInsightsPath.Builderfilter(List<? extends DataAwsEc2NetworkInsightsPathFilter> filter)filter block.DataAwsEc2NetworkInsightsPath.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)DataAwsEc2NetworkInsightsPath.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_network_insights_path#id DataAwsEc2NetworkInsightsPath#id}.DataAwsEc2NetworkInsightsPath.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)DataAwsEc2NetworkInsightsPath.BuildernetworkInsightsPathId(String networkInsightsPathId)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_network_insights_path#network_insights_path_id DataAwsEc2NetworkInsightsPath#network_insights_path_id}.DataAwsEc2NetworkInsightsPath.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)DataAwsEc2NetworkInsightsPath.Builderprovisioners(List<? extends Object> provisioners)DataAwsEc2NetworkInsightsPath.Buildertags(Map<String,String> tags)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_network_insights_path#tags DataAwsEc2NetworkInsightsPath#tags}.
-
-
-
Method Detail
-
create
@Stability(Stable) public static DataAwsEc2NetworkInsightsPath.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
DataAwsEc2NetworkInsightsPath.Builder.
-
connection
@Stability(Experimental) public DataAwsEc2NetworkInsightsPath.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public DataAwsEc2NetworkInsightsPath.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DataAwsEc2NetworkInsightsPath.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DataAwsEc2NetworkInsightsPath.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public DataAwsEc2NetworkInsightsPath.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public DataAwsEc2NetworkInsightsPath.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public DataAwsEc2NetworkInsightsPath.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public DataAwsEc2NetworkInsightsPath.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public DataAwsEc2NetworkInsightsPath.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
filter
@Stability(Stable) public DataAwsEc2NetworkInsightsPath.Builder filter(com.hashicorp.cdktf.IResolvable filter)
filter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_network_insights_path#filter DataAwsEc2NetworkInsightsPath#filter}
- Parameters:
filter- filter block. This parameter is required.- Returns:
this
-
filter
@Stability(Stable) public DataAwsEc2NetworkInsightsPath.Builder filter(List<? extends DataAwsEc2NetworkInsightsPathFilter> filter)
filter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_network_insights_path#filter DataAwsEc2NetworkInsightsPath#filter}
- Parameters:
filter- filter block. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public DataAwsEc2NetworkInsightsPath.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_network_insights_path#id DataAwsEc2NetworkInsightsPath#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_network_insights_path#id DataAwsEc2NetworkInsightsPath#id}. This parameter is required.- Returns:
this
-
networkInsightsPathId
@Stability(Stable) public DataAwsEc2NetworkInsightsPath.Builder networkInsightsPathId(String networkInsightsPathId)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_network_insights_path#network_insights_path_id DataAwsEc2NetworkInsightsPath#network_insights_path_id}.- Parameters:
networkInsightsPathId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_network_insights_path#network_insights_path_id DataAwsEc2NetworkInsightsPath#network_insights_path_id}. This parameter is required.- Returns:
this
-
tags
@Stability(Stable) public DataAwsEc2NetworkInsightsPath.Builder tags(Map<String,String> tags)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_network_insights_path#tags DataAwsEc2NetworkInsightsPath#tags}.- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_network_insights_path#tags DataAwsEc2NetworkInsightsPath#tags}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public DataAwsEc2NetworkInsightsPath build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataAwsEc2NetworkInsightsPath>- Returns:
- a newly built instance of
DataAwsEc2NetworkInsightsPath.
-
-