@Generated(value="software.amazon.awssdk:codegen") public final class SnowflakeConnectorProfileProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnowflakeConnectorProfileProperties.Builder,SnowflakeConnectorProfileProperties>
The connector-specific profile properties required when using Snowflake.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SnowflakeConnectorProfileProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountName()
The name of the account.
|
String |
bucketName()
The name of the Amazon S3 bucket associated with Snowflake.
|
String |
bucketPrefix()
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
|
static SnowflakeConnectorProfileProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
privateLinkServiceName()
The Snowflake Private Link service name to be used for private data transfers.
|
String |
region()
The Amazon Web Services Region of the Snowflake account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SnowflakeConnectorProfileProperties.Builder> |
serializableBuilderClass() |
String |
stage()
The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account.
|
SnowflakeConnectorProfileProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
warehouse()
The name of the Snowflake warehouse.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String warehouse()
The name of the Snowflake warehouse.
public final String stage()
The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: < Database>< Schema><Stage Name>.
public final String bucketName()
The name of the Amazon S3 bucket associated with Snowflake.
public final String bucketPrefix()
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
public final String privateLinkServiceName()
The Snowflake Private Link service name to be used for private data transfers.
public final String accountName()
The name of the account.
public final String region()
The Amazon Web Services Region of the Snowflake account.
public SnowflakeConnectorProfileProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SnowflakeConnectorProfileProperties.Builder,SnowflakeConnectorProfileProperties>public static SnowflakeConnectorProfileProperties.Builder builder()
public static Class<? extends SnowflakeConnectorProfileProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.