Class QuicksightDataSourceVpcConnectionProperties.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.quicksight_data_source.QuicksightDataSourceVpcConnectionProperties.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<QuicksightDataSourceVpcConnectionProperties>
- Enclosing interface:
- QuicksightDataSourceVpcConnectionProperties
@Stability(Stable) public static final class QuicksightDataSourceVpcConnectionProperties.Builder extends Object implements software.amazon.jsii.Builder<QuicksightDataSourceVpcConnectionProperties>
A builder forQuicksightDataSourceVpcConnectionProperties
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuicksightDataSourceVpcConnectionPropertiesbuild()Builds the configured instance.QuicksightDataSourceVpcConnectionProperties.BuildervpcConnectionArn(String vpcConnectionArn)Sets the value ofQuicksightDataSourceVpcConnectionProperties.getVpcConnectionArn()
-
-
-
Method Detail
-
vpcConnectionArn
@Stability(Stable) public QuicksightDataSourceVpcConnectionProperties.Builder vpcConnectionArn(String vpcConnectionArn)
Sets the value ofQuicksightDataSourceVpcConnectionProperties.getVpcConnectionArn()- Parameters:
vpcConnectionArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#vpc_connection_arn QuicksightDataSource#vpc_connection_arn}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public QuicksightDataSourceVpcConnectionProperties build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<QuicksightDataSourceVpcConnectionProperties>- Returns:
- a new instance of
QuicksightDataSourceVpcConnectionProperties - Throws:
NullPointerException- if any required attribute was not provided
-
-