Package com.pulumi.aws.appflow.inputs
Class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.appflow.inputs.ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder
-
public static final class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs defaults)
-
-
Method Detail
-
accountName
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder accountName(@Nullable com.pulumi.core.Output<java.lang.String> accountName)
- Parameters:
accountName
- The name of the account.- Returns:
- builder
-
accountName
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder accountName(java.lang.String accountName)
- Parameters:
accountName
- The name of the account.- Returns:
- builder
-
bucketName
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder bucketName(com.pulumi.core.Output<java.lang.String> bucketName)
- Parameters:
bucketName
- A name for the associated Amazon S3 bucket.- Returns:
- builder
-
bucketName
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder bucketName(java.lang.String bucketName)
- Parameters:
bucketName
- A name for the associated Amazon S3 bucket.- Returns:
- builder
-
bucketPrefix
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder bucketPrefix(@Nullable com.pulumi.core.Output<java.lang.String> bucketPrefix)
- Parameters:
bucketPrefix
- The object key for the destination bucket in which Amazon AppFlow places the files.- Returns:
- builder
-
bucketPrefix
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder bucketPrefix(java.lang.String bucketPrefix)
- Parameters:
bucketPrefix
- The object key for the destination bucket in which Amazon AppFlow places the files.- Returns:
- builder
-
privateLinkServiceName
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder privateLinkServiceName(@Nullable com.pulumi.core.Output<java.lang.String> privateLinkServiceName)
- Parameters:
privateLinkServiceName
- The SAPOData Private Link service name to be used for private data transfers.- Returns:
- builder
-
privateLinkServiceName
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder privateLinkServiceName(java.lang.String privateLinkServiceName)
- Parameters:
privateLinkServiceName
- The SAPOData Private Link service name to be used for private data transfers.- Returns:
- builder
-
region
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder region(@Nullable com.pulumi.core.Output<java.lang.String> region)
- Parameters:
region
- AWS Region of the Snowflake account.- Returns:
- builder
-
region
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder region(java.lang.String region)
- Parameters:
region
- AWS Region of the Snowflake account.- Returns:
- builder
-
stage
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder stage(com.pulumi.core.Output<java.lang.String> stage)
- Parameters:
stage
- 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:
- builder
-
stage
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder stage(java.lang.String stage)
- Parameters:
stage
- 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:
- builder
-
warehouse
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder warehouse(com.pulumi.core.Output<java.lang.String> warehouse)
- Parameters:
warehouse
- The name of the Snowflake warehouse.- Returns:
- builder
-
warehouse
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs.Builder warehouse(java.lang.String warehouse)
- Parameters:
warehouse
- The name of the Snowflake warehouse.- Returns:
- builder
-
build
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs build()
-
-