SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.accountUrl(String accountUrl) |
URL for accessing your Snowflake account.
|
static SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.builder() |
|
default SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions) |
Sets the value of the CloudWatchLoggingOptions property for this object.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions) |
Sets the value of the CloudWatchLoggingOptions property for this object.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.contentColumnName(String contentColumnName) |
The name of the content metadata column
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.database(String database) |
All data in Snowflake is maintained in databases.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.dataLoadingOption(String dataLoadingOption) |
JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a
record content column and source metadata is mapped to a record metadata column.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.dataLoadingOption(SnowflakeDataLoadingOption dataLoadingOption) |
JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a
record content column and source metadata is mapped to a record metadata column.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.keyPassphrase(String keyPassphrase) |
Passphrase to decrypt the private key when the key is encrypted.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.metaDataColumnName(String metaDataColumnName) |
The name of the record metadata column
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.privateKey(String privateKey) |
The private key used to encrypt your Snowflake client.
|
default SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration) |
Sets the value of the ProcessingConfiguration property for this object.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.processingConfiguration(ProcessingConfiguration processingConfiguration) |
Sets the value of the ProcessingConfiguration property for this object.
|
default SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.retryOptions(Consumer<SnowflakeRetryOptions.Builder> retryOptions) |
Specify how long Kinesis Data Firehose retries sending data to the New Relic HTTP endpoint.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.retryOptions(SnowflakeRetryOptions retryOptions) |
Specify how long Kinesis Data Firehose retries sending data to the New Relic HTTP endpoint.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.roleARN(String roleARN) |
The Amazon Resource Name (ARN) of the Snowflake role
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.s3BackupMode(String s3BackupMode) |
Choose an S3 backup mode
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.s3BackupMode(SnowflakeS3BackupMode s3BackupMode) |
Choose an S3 backup mode
|
default SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.s3Update(Consumer<S3DestinationUpdate.Builder> s3Update) |
Sets the value of the S3Update property for this object.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.s3Update(S3DestinationUpdate s3Update) |
Sets the value of the S3Update property for this object.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.schema(String schema) |
Each database consists of one or more schemas, which are logical groupings of database objects, such as
tables and views
|
default SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.snowflakeRoleConfiguration(Consumer<SnowflakeRoleConfiguration.Builder> snowflakeRoleConfiguration) |
Optionally configure a Snowflake role.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.snowflakeRoleConfiguration(SnowflakeRoleConfiguration snowflakeRoleConfiguration) |
Optionally configure a Snowflake role.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.table(String table) |
All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.toBuilder() |
|
SnowflakeDestinationUpdate.Builder |
SnowflakeDestinationUpdate.Builder.user(String user) |
User login name for the Snowflake account.
|