| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
SnowflakeConnectorProfileProperties |
SnowflakeConnectorProfileProperties.clone() |
SnowflakeConnectorProfileProperties |
ConnectorProfileProperties.getSnowflake()
The connector-specific properties required by Snowflake.
|
SnowflakeConnectorProfileProperties |
SnowflakeConnectorProfileProperties.withAccountName(String accountName)
The name of the account.
|
SnowflakeConnectorProfileProperties |
SnowflakeConnectorProfileProperties.withBucketName(String bucketName)
The name of the Amazon S3 bucket associated with Snowflake.
|
SnowflakeConnectorProfileProperties |
SnowflakeConnectorProfileProperties.withBucketPrefix(String bucketPrefix)
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
|
SnowflakeConnectorProfileProperties |
SnowflakeConnectorProfileProperties.withPrivateLinkServiceName(String privateLinkServiceName)
The Snowflake Private Link service name to be used for private data transfers.
|
SnowflakeConnectorProfileProperties |
SnowflakeConnectorProfileProperties.withRegion(String region)
The AWS Region of the Snowflake account.
|
SnowflakeConnectorProfileProperties |
SnowflakeConnectorProfileProperties.withStage(String stage)
The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account.
|
SnowflakeConnectorProfileProperties |
SnowflakeConnectorProfileProperties.withWarehouse(String warehouse)
The name of the Snowflake warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorProfileProperties.setSnowflake(SnowflakeConnectorProfileProperties snowflake)
The connector-specific properties required by Snowflake.
|
ConnectorProfileProperties |
ConnectorProfileProperties.withSnowflake(SnowflakeConnectorProfileProperties snowflake)
The connector-specific properties required by Snowflake.
|
Copyright © 2021. All rights reserved.