Interface SnowflakeVpcConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SnowflakeVpcConfiguration.Builder,SnowflakeVpcConfiguration>,SdkBuilder<SnowflakeVpcConfiguration.Builder,SnowflakeVpcConfiguration>,SdkPojo
- Enclosing class:
- SnowflakeVpcConfiguration
public static interface SnowflakeVpcConfiguration.Builder extends SdkPojo, CopyableBuilder<SnowflakeVpcConfiguration.Builder,SnowflakeVpcConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnowflakeVpcConfiguration.BuilderprivateLinkVpceId(String privateLinkVpceId)The VPCE ID for Firehose to privately connect with Snowflake.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
privateLinkVpceId
SnowflakeVpcConfiguration.Builder privateLinkVpceId(String 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
- 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:
- Returns a reference to this object so that method calls can be chained together.
-
-