@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnowflakeMetadata extends Object implements Serializable, Cloneable, StructuredPojo
The connector metadata specific to Snowflake.
| Constructor and Description |
|---|
SnowflakeMetadata() |
| Modifier and Type | Method and Description |
|---|---|
SnowflakeMetadata |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSupportedRegions()
Specifies the supported Amazon Web Services Regions when using Snowflake.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSupportedRegions(Collection<String> supportedRegions)
Specifies the supported Amazon Web Services Regions when using Snowflake.
|
String |
toString()
Returns a string representation of this object.
|
SnowflakeMetadata |
withSupportedRegions(Collection<String> supportedRegions)
Specifies the supported Amazon Web Services Regions when using Snowflake.
|
SnowflakeMetadata |
withSupportedRegions(String... supportedRegions)
Specifies the supported Amazon Web Services Regions when using Snowflake.
|
public List<String> getSupportedRegions()
Specifies the supported Amazon Web Services Regions when using Snowflake.
public void setSupportedRegions(Collection<String> supportedRegions)
Specifies the supported Amazon Web Services Regions when using Snowflake.
supportedRegions - Specifies the supported Amazon Web Services Regions when using Snowflake.public SnowflakeMetadata withSupportedRegions(String... supportedRegions)
Specifies the supported Amazon Web Services Regions when using Snowflake.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedRegions(java.util.Collection) or withSupportedRegions(java.util.Collection) if you
want to override the existing values.
supportedRegions - Specifies the supported Amazon Web Services Regions when using Snowflake.public SnowflakeMetadata withSupportedRegions(Collection<String> supportedRegions)
Specifies the supported Amazon Web Services Regions when using Snowflake.
supportedRegions - Specifies the supported Amazon Web Services Regions when using Snowflake.public String toString()
toString in class ObjectObject.toString()public SnowflakeMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.