Class CfnDataSource.VpcConnectionPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSource.VpcConnectionPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSource.VpcConnectionPropertiesProperty>
- Enclosing interface:
CfnDataSource.VpcConnectionPropertiesProperty
@Stability(Stable)
public static final class CfnDataSource.VpcConnectionPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSource.VpcConnectionPropertiesProperty>
A builder for
CfnDataSource.VpcConnectionPropertiesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.vpcConnectionArn
(String vpcConnectionArn) Sets the value ofCfnDataSource.VpcConnectionPropertiesProperty.getVpcConnectionArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcConnectionArn
@Stability(Stable) public CfnDataSource.VpcConnectionPropertiesProperty.Builder vpcConnectionArn(String vpcConnectionArn) Sets the value ofCfnDataSource.VpcConnectionPropertiesProperty.getVpcConnectionArn()
- Parameters:
vpcConnectionArn
- The Amazon Resource Name (ARN) for the VPC connection. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataSource.VpcConnectionPropertiesProperty>
- Returns:
- a new instance of
CfnDataSource.VpcConnectionPropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-