Uses of Interface
software.amazon.awssdk.services.firehose.model.SnowflakeBufferingHints.Builder
-
Packages that use SnowflakeBufferingHints.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SnowflakeBufferingHints.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SnowflakeBufferingHints.Builder Modifier and Type Method Description static SnowflakeBufferingHints.BuilderSnowflakeBufferingHints. builder()SnowflakeBufferingHints.BuilderSnowflakeBufferingHints.Builder. intervalInSeconds(Integer intervalInSeconds)Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.SnowflakeBufferingHints.BuilderSnowflakeBufferingHints.Builder. sizeInMBs(Integer sizeInMBs)Buffer incoming data to the specified size, in MBs, before delivering it to the destination.SnowflakeBufferingHints.BuilderSnowflakeBufferingHints. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type SnowflakeBufferingHints.Builder Modifier and Type Method Description static Class<? extends SnowflakeBufferingHints.Builder>SnowflakeBufferingHints. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type SnowflakeBufferingHints.Builder Modifier and Type Method Description default SnowflakeDestinationConfiguration.BuilderSnowflakeDestinationConfiguration.Builder. bufferingHints(Consumer<SnowflakeBufferingHints.Builder> bufferingHints)Describes the buffering to perform before delivering data to the Snowflake destination.default SnowflakeDestinationDescription.BuilderSnowflakeDestinationDescription.Builder. bufferingHints(Consumer<SnowflakeBufferingHints.Builder> bufferingHints)Describes the buffering to perform before delivering data to the Snowflake destination.default SnowflakeDestinationUpdate.BuilderSnowflakeDestinationUpdate.Builder. bufferingHints(Consumer<SnowflakeBufferingHints.Builder> bufferingHints)Describes the buffering to perform before delivering data to the Snowflake destination.
-