@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnowflakeVpcConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configure a Snowflake VPC
Constructor and Description |
---|
SnowflakeVpcConfiguration() |
Modifier and Type | Method and Description |
---|---|
SnowflakeVpcConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getPrivateLinkVpceId()
The VPCE ID for Firehose to privately connect with Snowflake.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPrivateLinkVpceId(String privateLinkVpceId)
The VPCE ID for Firehose to privately connect with Snowflake.
|
String |
toString()
Returns a string representation of this object.
|
SnowflakeVpcConfiguration |
withPrivateLinkVpceId(String privateLinkVpceId)
The VPCE ID for Firehose to privately connect with Snowflake.
|
public void setPrivateLinkVpceId(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
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 &
Snowflakepublic String getPrivateLinkVpceId()
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
public SnowflakeVpcConfiguration withPrivateLinkVpceId(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
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 &
Snowflakepublic String toString()
toString
in class Object
Object.toString()
public SnowflakeVpcConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.