Java com.amazonaws.services.kinesisfirehose.model BufferingHints fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.kinesisfirehose.model BufferingHints fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.kinesisfirehose.model BufferingHints.

The text is from its open source code.

Constructor

Method

voidsetIntervalInSeconds(Integer intervalInSeconds)

Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.

voidsetSizeInMBs(Integer sizeInMBs)

Buffer incoming data to the specified size, in MiBs, before delivering it to the destination.