Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private ElasticsearchBufferingHints |
ElasticsearchDestinationUpdate.bufferingHints
Buffering options.
|
private ElasticsearchBufferingHints |
ElasticsearchDestinationDescription.bufferingHints
Buffering options.
|
private ElasticsearchBufferingHints |
ElasticsearchDestinationConfiguration.bufferingHints
Buffering options.
|
Modifier and Type | Method and Description |
---|---|
ElasticsearchBufferingHints |
ElasticsearchBufferingHints.clone() |
ElasticsearchBufferingHints |
ElasticsearchDestinationUpdate.getBufferingHints()
Buffering options.
|
ElasticsearchBufferingHints |
ElasticsearchDestinationDescription.getBufferingHints()
Buffering options.
|
ElasticsearchBufferingHints |
ElasticsearchDestinationConfiguration.getBufferingHints()
Buffering options.
|
ElasticsearchBufferingHints |
ElasticsearchBufferingHints.withIntervalInSeconds(java.lang.Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before
delivering it to the destination.
|
ElasticsearchBufferingHints |
ElasticsearchBufferingHints.withSizeInMBs(java.lang.Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it
to the destination.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchDestinationUpdate.setBufferingHints(ElasticsearchBufferingHints bufferingHints)
Buffering options.
|
void |
ElasticsearchDestinationDescription.setBufferingHints(ElasticsearchBufferingHints bufferingHints)
Buffering options.
|
void |
ElasticsearchDestinationConfiguration.setBufferingHints(ElasticsearchBufferingHints bufferingHints)
Buffering options.
|
ElasticsearchDestinationUpdate |
ElasticsearchDestinationUpdate.withBufferingHints(ElasticsearchBufferingHints bufferingHints)
Buffering options.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withBufferingHints(ElasticsearchBufferingHints bufferingHints)
Buffering options.
|
ElasticsearchDestinationConfiguration |
ElasticsearchDestinationConfiguration.withBufferingHints(ElasticsearchBufferingHints bufferingHints)
Buffering options.
|
Modifier and Type | Method and Description |
---|---|
ElasticsearchBufferingHints |
ElasticsearchBufferingHintsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchBufferingHintsJsonMarshaller.marshall(ElasticsearchBufferingHints elasticsearchBufferingHints,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|