| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
SnowflakeBufferingHints |
SnowflakeBufferingHints.clone() |
SnowflakeBufferingHints |
SnowflakeDestinationUpdate.getBufferingHints()
Describes the buffering to perform before delivering data to the Snowflake destination.
|
SnowflakeBufferingHints |
SnowflakeDestinationConfiguration.getBufferingHints()
Describes the buffering to perform before delivering data to the Snowflake destination.
|
SnowflakeBufferingHints |
SnowflakeDestinationDescription.getBufferingHints()
Describes the buffering to perform before delivering data to the Snowflake destination.
|
SnowflakeBufferingHints |
SnowflakeBufferingHints.withIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
SnowflakeBufferingHints |
SnowflakeBufferingHints.withSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SnowflakeDestinationUpdate.setBufferingHints(SnowflakeBufferingHints bufferingHints)
Describes the buffering to perform before delivering data to the Snowflake destination.
|
void |
SnowflakeDestinationConfiguration.setBufferingHints(SnowflakeBufferingHints bufferingHints)
Describes the buffering to perform before delivering data to the Snowflake destination.
|
void |
SnowflakeDestinationDescription.setBufferingHints(SnowflakeBufferingHints bufferingHints)
Describes the buffering to perform before delivering data to the Snowflake destination.
|
SnowflakeDestinationUpdate |
SnowflakeDestinationUpdate.withBufferingHints(SnowflakeBufferingHints bufferingHints)
Describes the buffering to perform before delivering data to the Snowflake destination.
|
SnowflakeDestinationConfiguration |
SnowflakeDestinationConfiguration.withBufferingHints(SnowflakeBufferingHints bufferingHints)
Describes the buffering to perform before delivering data to the Snowflake destination.
|
SnowflakeDestinationDescription |
SnowflakeDestinationDescription.withBufferingHints(SnowflakeBufferingHints bufferingHints)
Describes the buffering to perform before delivering data to the Snowflake destination.
|
Copyright © 2024. All rights reserved.