public static final class CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty
CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty
CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty.Builder, CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty.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()
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
java.lang.Number |
getSizeInMBs()
Buffer incoming data to the specified size, in MBs, 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.AmazonopensearchserviceBufferingHintsProperty
The default value is 300 (5 minutes).
getIntervalInSeconds
in interface CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty
public final java.lang.Number getSizeInMBs()
CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty
The default value is 5. We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
getSizeInMBs
in interface CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()