public static interface SnowflakeConnectorProfileProperties.Builder extends SdkPojo, CopyableBuilder<SnowflakeConnectorProfileProperties.Builder,SnowflakeConnectorProfileProperties>
| Modifier and Type | Method and Description |
|---|---|
SnowflakeConnectorProfileProperties.Builder |
accountName(String accountName)
The name of the account.
|
SnowflakeConnectorProfileProperties.Builder |
bucketName(String bucketName)
The name of the Amazon S3 bucket associated with Snowflake.
|
SnowflakeConnectorProfileProperties.Builder |
bucketPrefix(String bucketPrefix)
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
|
SnowflakeConnectorProfileProperties.Builder |
privateLinkServiceName(String privateLinkServiceName)
The Snowflake Private Link service name to be used for private data transfers.
|
SnowflakeConnectorProfileProperties.Builder |
region(String region)
The Amazon Web Services Region of the Snowflake account.
|
SnowflakeConnectorProfileProperties.Builder |
stage(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 |
warehouse(String warehouse)
The name of the Snowflake warehouse.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnowflakeConnectorProfileProperties.Builder warehouse(String warehouse)
The name of the Snowflake warehouse.
warehouse - The name of the Snowflake warehouse.SnowflakeConnectorProfileProperties.Builder stage(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>.
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>.SnowflakeConnectorProfileProperties.Builder bucketName(String bucketName)
The name of the Amazon S3 bucket associated with Snowflake.
bucketName - The name of the Amazon S3 bucket associated with Snowflake.SnowflakeConnectorProfileProperties.Builder bucketPrefix(String bucketPrefix)
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
bucketPrefix - The bucket path that refers to the Amazon S3 bucket associated with Snowflake.SnowflakeConnectorProfileProperties.Builder privateLinkServiceName(String privateLinkServiceName)
The Snowflake Private Link service name to be used for private data transfers.
privateLinkServiceName - The Snowflake Private Link service name to be used for private data transfers.SnowflakeConnectorProfileProperties.Builder accountName(String accountName)
The name of the account.
accountName - The name of the account.SnowflakeConnectorProfileProperties.Builder region(String region)
The Amazon Web Services Region of the Snowflake account.
region - The Amazon Web Services Region of the Snowflake account.Copyright © 2023. All rights reserved.