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