| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
SnowflakeConnectorProfileProperties.Builder |
SnowflakeConnectorProfileProperties.Builder.accountName(String accountName)
The name of the account.
|
SnowflakeConnectorProfileProperties.Builder |
SnowflakeConnectorProfileProperties.Builder.bucketName(String bucketName)
The name of the Amazon S3 bucket associated with Snowflake.
|
SnowflakeConnectorProfileProperties.Builder |
SnowflakeConnectorProfileProperties.Builder.bucketPrefix(String bucketPrefix)
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
|
static SnowflakeConnectorProfileProperties.Builder |
SnowflakeConnectorProfileProperties.builder() |
SnowflakeConnectorProfileProperties.Builder |
SnowflakeConnectorProfileProperties.Builder.privateLinkServiceName(String privateLinkServiceName)
The Snowflake Private Link service name to be used for private data transfers.
|
SnowflakeConnectorProfileProperties.Builder |
SnowflakeConnectorProfileProperties.Builder.region(String region)
The Amazon Web Services Region of the Snowflake account.
|
SnowflakeConnectorProfileProperties.Builder |
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 |
SnowflakeConnectorProfileProperties.toBuilder() |
SnowflakeConnectorProfileProperties.Builder |
SnowflakeConnectorProfileProperties.Builder.warehouse(String warehouse)
The name of the Snowflake warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnowflakeConnectorProfileProperties.Builder> |
SnowflakeConnectorProfileProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConnectorProfileProperties.Builder |
ConnectorProfileProperties.Builder.snowflake(Consumer<SnowflakeConnectorProfileProperties.Builder> snowflake)
The connector-specific properties required by Snowflake.
|
Copyright © 2022. All rights reserved.