| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
static SnowflakeDataLoadingOption |
SnowflakeDataLoadingOption.fromValue(String value)
Use this in place of valueOf.
|
static SnowflakeDataLoadingOption |
SnowflakeDataLoadingOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnowflakeDataLoadingOption[] |
SnowflakeDataLoadingOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SnowflakeDestinationDescription |
SnowflakeDestinationDescription.withDataLoadingOption(SnowflakeDataLoadingOption dataLoadingOption)
Choose to load 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.
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withDataLoadingOption(SnowflakeDataLoadingOption dataLoadingOption)
Choose to load 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 |
SnowflakeDestinationUpdate.withDataLoadingOption(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.
|
Copyright © 2025. All rights reserved.