Class DataAwsEc2TransitGatewayVpnAttachmentFilter.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.data_aws_ec2_transit_gateway_vpn_attachment.DataAwsEc2TransitGatewayVpnAttachmentFilter.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAwsEc2TransitGatewayVpnAttachmentFilter>
- Enclosing interface:
- DataAwsEc2TransitGatewayVpnAttachmentFilter
@Stability(Stable) public static final class DataAwsEc2TransitGatewayVpnAttachmentFilter.Builder extends Object implements software.amazon.jsii.Builder<DataAwsEc2TransitGatewayVpnAttachmentFilter>
A builder forDataAwsEc2TransitGatewayVpnAttachmentFilter
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataAwsEc2TransitGatewayVpnAttachmentFilterbuild()Builds the configured instance.DataAwsEc2TransitGatewayVpnAttachmentFilter.Buildername(String name)Sets the value ofDataAwsEc2TransitGatewayVpnAttachmentFilter.getName()DataAwsEc2TransitGatewayVpnAttachmentFilter.Buildervalues(List<String> values)Sets the value ofDataAwsEc2TransitGatewayVpnAttachmentFilter.getValues()
-
-
-
Method Detail
-
name
@Stability(Stable) public DataAwsEc2TransitGatewayVpnAttachmentFilter.Builder name(String name)
Sets the value ofDataAwsEc2TransitGatewayVpnAttachmentFilter.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_transit_gateway_vpn_attachment#name DataAwsEc2TransitGatewayVpnAttachment#name}. This parameter is required.- Returns:
this
-
values
@Stability(Stable) public DataAwsEc2TransitGatewayVpnAttachmentFilter.Builder values(List<String> values)
Sets the value ofDataAwsEc2TransitGatewayVpnAttachmentFilter.getValues()- Parameters:
values- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_transit_gateway_vpn_attachment#values DataAwsEc2TransitGatewayVpnAttachment#values}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public DataAwsEc2TransitGatewayVpnAttachmentFilter build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataAwsEc2TransitGatewayVpnAttachmentFilter>- Returns:
- a new instance of
DataAwsEc2TransitGatewayVpnAttachmentFilter - Throws:
NullPointerException- if any required attribute was not provided
-
-