public static final class CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder |
accountName(java.lang.String accountName)
|
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder |
bucketName(java.lang.String bucketName)
|
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder |
bucketPrefix(java.lang.String bucketPrefix)
|
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder |
privateLinkServiceName(java.lang.String privateLinkServiceName)
|
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder |
region(java.lang.String region)
|
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder |
stage(java.lang.String stage)
|
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder |
warehouse(java.lang.String warehouse)
|
public CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder bucketName(java.lang.String bucketName)
bucketName
- The name of the Amazon S3 bucket associated with Snowflake. This parameter is required.this
public CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder stage(java.lang.String stage)
stage
- The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This parameter is required.
This is written in the following format: < Database>< Schema>this
public CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder warehouse(java.lang.String warehouse)
warehouse
- The name of the Snowflake warehouse. This parameter is required.this
public CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder accountName(java.lang.String accountName)
accountName
- The name of the account.this
public CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder bucketPrefix(java.lang.String bucketPrefix)
bucketPrefix
- The bucket path that refers to the Amazon S3 bucket associated with Snowflake.this
public CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder privateLinkServiceName(java.lang.String privateLinkServiceName)
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.getPrivateLinkServiceName()
privateLinkServiceName
- The Snowflake Private Link service name to be used for private data transfers.this
public CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder region(java.lang.String region)
region
- The AWS Region of the Snowflake account.this
public CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty build()
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
java.lang.NullPointerException
- if any required attribute was not provided