Class VpcPeeringConnectionAccepter.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.vpc_peering_connection.VpcPeeringConnectionAccepter.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VpcPeeringConnectionAccepter>
- Enclosing interface:
- VpcPeeringConnectionAccepter
@Stability(Stable) public static final class VpcPeeringConnectionAccepter.Builder extends Object implements software.amazon.jsii.Builder<VpcPeeringConnectionAccepter>
A builder forVpcPeeringConnectionAccepter
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VpcPeeringConnectionAccepter.BuilderallowRemoteVpcDnsResolution(com.hashicorp.cdktf.IResolvable allowRemoteVpcDnsResolution)Sets the value ofVpcPeeringConnectionAccepter.getAllowRemoteVpcDnsResolution()VpcPeeringConnectionAccepter.BuilderallowRemoteVpcDnsResolution(Boolean allowRemoteVpcDnsResolution)Sets the value ofVpcPeeringConnectionAccepter.getAllowRemoteVpcDnsResolution()VpcPeeringConnectionAccepterbuild()Builds the configured instance.
-
-
-
Method Detail
-
allowRemoteVpcDnsResolution
@Stability(Stable) public VpcPeeringConnectionAccepter.Builder allowRemoteVpcDnsResolution(Boolean allowRemoteVpcDnsResolution)
Sets the value ofVpcPeeringConnectionAccepter.getAllowRemoteVpcDnsResolution()- Parameters:
allowRemoteVpcDnsResolution- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_peering_connection#allow_remote_vpc_dns_resolution VpcPeeringConnection#allow_remote_vpc_dns_resolution}.- Returns:
this
-
allowRemoteVpcDnsResolution
@Stability(Stable) public VpcPeeringConnectionAccepter.Builder allowRemoteVpcDnsResolution(com.hashicorp.cdktf.IResolvable allowRemoteVpcDnsResolution)
Sets the value ofVpcPeeringConnectionAccepter.getAllowRemoteVpcDnsResolution()- Parameters:
allowRemoteVpcDnsResolution- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_peering_connection#allow_remote_vpc_dns_resolution VpcPeeringConnection#allow_remote_vpc_dns_resolution}.- Returns:
this
-
build
@Stability(Stable) public VpcPeeringConnectionAccepter build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VpcPeeringConnectionAccepter>- Returns:
- a new instance of
VpcPeeringConnectionAccepter - Throws:
NullPointerException- if any required attribute was not provided
-
-