Interface SnowflakeConnectorProfileProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SnowflakeConnectorProfileProperties.Builder,,- SnowflakeConnectorProfileProperties> - SdkBuilder<SnowflakeConnectorProfileProperties.Builder,,- SnowflakeConnectorProfileProperties> - SdkPojo
- Enclosing class:
- SnowflakeConnectorProfileProperties
@Mutable
@NotThreadSafe
public static interface SnowflakeConnectorProfileProperties.Builder
extends SdkPojo, CopyableBuilder<SnowflakeConnectorProfileProperties.Builder,SnowflakeConnectorProfileProperties> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
warehouseThe 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.
 
- 
stageThe 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.
 
- 
bucketNameThe 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.
 
- 
bucketPrefixThe 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.
 
- 
privateLinkServiceNameThe 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.
 
- 
accountNameThe 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.
 
- 
regionThe 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.
 
 
-