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