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