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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnowflakeConnectorProfileProperties.BuilderaccountName(String accountName)The name of the account.SnowflakeConnectorProfileProperties.BuilderbucketName(String bucketName)The name of the Amazon S3 bucket associated with Snowflake.SnowflakeConnectorProfileProperties.BuilderbucketPrefix(String bucketPrefix)The bucket path that refers to the Amazon S3 bucket associated with Snowflake.SnowflakeConnectorProfileProperties.BuilderprivateLinkServiceName(String privateLinkServiceName)The Snowflake Private Link service name to be used for private data transfers.SnowflakeConnectorProfileProperties.Builderregion(String region)The Amazon Web Services Region of the Snowflake account.SnowflakeConnectorProfileProperties.Builderstage(String stage)The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account.SnowflakeConnectorProfileProperties.Builderwarehouse(String warehouse)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 Detail
-
warehouse
SnowflakeConnectorProfileProperties.Builder warehouse(String 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
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>.
- 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
SnowflakeConnectorProfileProperties.Builder bucketName(String 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
SnowflakeConnectorProfileProperties.Builder bucketPrefix(String 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
SnowflakeConnectorProfileProperties.Builder privateLinkServiceName(String 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
SnowflakeConnectorProfileProperties.Builder accountName(String 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
SnowflakeConnectorProfileProperties.Builder region(String 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.
-
-