Class VpcPeeringConnectionRequester.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.vpc_peering_connection.VpcPeeringConnectionRequester.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VpcPeeringConnectionRequester>
- Enclosing interface:
- VpcPeeringConnectionRequester
@Stability(Stable) public static final class VpcPeeringConnectionRequester.Builder extends Object implements software.amazon.jsii.Builder<VpcPeeringConnectionRequester>
A builder forVpcPeeringConnectionRequester
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VpcPeeringConnectionRequester.BuilderallowRemoteVpcDnsResolution(com.hashicorp.cdktf.IResolvable allowRemoteVpcDnsResolution)Sets the value ofVpcPeeringConnectionRequester.getAllowRemoteVpcDnsResolution()VpcPeeringConnectionRequester.BuilderallowRemoteVpcDnsResolution(Boolean allowRemoteVpcDnsResolution)Sets the value ofVpcPeeringConnectionRequester.getAllowRemoteVpcDnsResolution()VpcPeeringConnectionRequesterbuild()Builds the configured instance.
-
-
-
Method Detail
-
allowRemoteVpcDnsResolution
@Stability(Stable) public VpcPeeringConnectionRequester.Builder allowRemoteVpcDnsResolution(Boolean allowRemoteVpcDnsResolution)
Sets the value ofVpcPeeringConnectionRequester.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 VpcPeeringConnectionRequester.Builder allowRemoteVpcDnsResolution(com.hashicorp.cdktf.IResolvable allowRemoteVpcDnsResolution)
Sets the value ofVpcPeeringConnectionRequester.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 VpcPeeringConnectionRequester build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VpcPeeringConnectionRequester>- Returns:
- a new instance of
VpcPeeringConnectionRequester - Throws:
NullPointerException- if any required attribute was not provided
-
-