public static final class CfnDeliveryStream.ElasticsearchBufferingHintsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.ElasticsearchBufferingHintsProperty
CfnDeliveryStream.ElasticsearchBufferingHintsProperty
CfnDeliveryStream.ElasticsearchBufferingHintsProperty.Builder, CfnDeliveryStream.ElasticsearchBufferingHintsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getIntervalInSeconds()
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination.
|
java.lang.Number |
getSizeInMBs()
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getIntervalInSeconds()
CfnDeliveryStream.ElasticsearchBufferingHintsProperty
For valid values, see the IntervalInSeconds
content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
getIntervalInSeconds
in interface CfnDeliveryStream.ElasticsearchBufferingHintsProperty
public final java.lang.Number getSizeInMBs()
CfnDeliveryStream.ElasticsearchBufferingHintsProperty
For valid values, see the SizeInMBs
content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .
getSizeInMBs
in interface CfnDeliveryStream.ElasticsearchBufferingHintsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()