@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonOpenSearchServerlessBufferingHints extends Object implements Serializable, Cloneable, StructuredPojo
Describes the buffering to perform before delivering data to the Serverless offering for Amazon OpenSearch Service destination.
Constructor and Description |
---|
AmazonOpenSearchServerlessBufferingHints() |
Modifier and Type | Method and Description |
---|---|
AmazonOpenSearchServerlessBufferingHints |
clone() |
boolean |
equals(Object obj) |
Integer |
getIntervalInSeconds()
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
Integer |
getSizeInMBs()
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
void |
setSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
String |
toString()
Returns a string representation of this object.
|
AmazonOpenSearchServerlessBufferingHints |
withIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
AmazonOpenSearchServerlessBufferingHints |
withSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
public AmazonOpenSearchServerlessBufferingHints()
public void setIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
intervalInSeconds
- Buffer incoming data for the specified period of time, in seconds, before delivering it to the
destination. The default value is 300 (5 minutes).public Integer getIntervalInSeconds()
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
public AmazonOpenSearchServerlessBufferingHints withIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
intervalInSeconds
- Buffer incoming data for the specified period of time, in seconds, before delivering it to the
destination. The default value is 300 (5 minutes).public void setSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. 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.
sizeInMBs
- Buffer incoming data to the specified size, in MBs, before delivering it to the destination. 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.
public Integer getSizeInMBs()
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. 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.
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.
public AmazonOpenSearchServerlessBufferingHints withSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. 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.
sizeInMBs
- Buffer incoming data to the specified size, in MBs, before delivering it to the destination. 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.
public String toString()
toString
in class Object
Object.toString()
public AmazonOpenSearchServerlessBufferingHints clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.