Class CfnDeliveryStream.SnowflakeVpcConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.SnowflakeVpcConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStream.SnowflakeVpcConfigurationProperty>
- Enclosing interface:
CfnDeliveryStream.SnowflakeVpcConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStream.SnowflakeVpcConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStream.SnowflakeVpcConfigurationProperty>
A builder for
CfnDeliveryStream.SnowflakeVpcConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.privateLinkVpceId(String privateLinkVpceId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
privateLinkVpceId
@Stability(Stable) public CfnDeliveryStream.SnowflakeVpcConfigurationProperty.Builder privateLinkVpceId(String privateLinkVpceId) - Parameters:
privateLinkVpceId- The VPCE ID for Firehose to privately connect with Snowflake. This parameter is required. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStream.SnowflakeVpcConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStream.SnowflakeVpcConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-