Interface SnowflakeConnectorProfileProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SnowflakeConnectorProfileProperties.Builder,
,SnowflakeConnectorProfileProperties> SdkBuilder<SnowflakeConnectorProfileProperties.Builder,
,SnowflakeConnectorProfileProperties> SdkPojo
- Enclosing class:
SnowflakeConnectorProfileProperties
public static interface SnowflakeConnectorProfileProperties.Builder
extends SdkPojo, CopyableBuilder<SnowflakeConnectorProfileProperties.Builder,SnowflakeConnectorProfileProperties>
-
Method Summary
Modifier and TypeMethodDescriptionaccountName
(String accountName) The name of the account.bucketName
(String bucketName) The name of the Amazon S3 bucket associated with Snowflake.bucketPrefix
(String bucketPrefix) The bucket path that refers to the Amazon S3 bucket associated with Snowflake.privateLinkServiceName
(String privateLinkServiceName) The Snowflake Private Link service name to be used for private data transfers.The Amazon Web Services Region of the Snowflake account.The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account.The name of the Snowflake warehouse.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
warehouse
The name of the Snowflake warehouse.
- Parameters:
warehouse
- The name of the Snowflake warehouse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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>.
- Parameters:
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>.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketName
The name of the Amazon S3 bucket associated with Snowflake.
- Parameters:
bucketName
- The name of the Amazon S3 bucket associated with Snowflake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketPrefix
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
- Parameters:
bucketPrefix
- The bucket path that refers to the Amazon S3 bucket associated with Snowflake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateLinkServiceName
The Snowflake Private Link service name to be used for private data transfers.
- Parameters:
privateLinkServiceName
- The Snowflake Private Link service name to be used for private data transfers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountName
The name of the account.
- Parameters:
accountName
- The name of the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The Amazon Web Services Region of the Snowflake account.
- Parameters:
region
- The Amazon Web Services Region of the Snowflake account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-