Class CfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.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 CfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty.Builder privateLinkVpceId(String privateLinkVpceId) Sets the value ofCfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty.getPrivateLinkVpceId()- Parameters:
privateLinkVpceId- The VPCE ID for Firehose to privately connect with Snowflake. 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<CfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-