@Generated(value="software.amazon.awssdk:codegen") public final class AmazonOpenSearchServerlessBufferingHints extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AmazonOpenSearchServerlessBufferingHints.Builder,AmazonOpenSearchServerlessBufferingHints>
Describes the buffering to perform before delivering data to the Serverless offering for Amazon OpenSearch Service destination.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AmazonOpenSearchServerlessBufferingHints.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AmazonOpenSearchServerlessBufferingHints.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
intervalInSeconds()
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AmazonOpenSearchServerlessBufferingHints.Builder> |
serializableBuilderClass() |
Integer |
sizeInMBs()
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
AmazonOpenSearchServerlessBufferingHints.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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).
public final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AmazonOpenSearchServerlessBufferingHints.Builder,AmazonOpenSearchServerlessBufferingHints>public static AmazonOpenSearchServerlessBufferingHints.Builder builder()
public static Class<? extends AmazonOpenSearchServerlessBufferingHints.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.