@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 AWS 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 AWS Regions when using Snowflake.
|
String |
toString()
Returns a string representation of this object.
|
SnowflakeMetadata |
withSupportedRegions(Collection<String> supportedRegions)
Specifies the supported AWS Regions when using Snowflake.
|
SnowflakeMetadata |
withSupportedRegions(String... supportedRegions)
Specifies the supported AWS Regions when using Snowflake.
|
public List<String> getSupportedRegions()
Specifies the supported AWS Regions when using Snowflake.
public void setSupportedRegions(Collection<String> supportedRegions)
Specifies the supported AWS Regions when using Snowflake.
supportedRegions
- Specifies the supported AWS Regions when using Snowflake.public SnowflakeMetadata withSupportedRegions(String... supportedRegions)
Specifies the supported AWS 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 AWS Regions when using Snowflake.public SnowflakeMetadata withSupportedRegions(Collection<String> supportedRegions)
Specifies the supported AWS Regions when using Snowflake.
supportedRegions
- Specifies the supported AWS Regions when using Snowflake.public String toString()
toString
in class Object
Object.toString()
public SnowflakeMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.