@Generated(value="software.amazon.awssdk:codegen") public final class AmazonopensearchserviceBufferingHints extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AmazonopensearchserviceBufferingHints.Builder,AmazonopensearchserviceBufferingHints>
Describes the buffering to perform before delivering data to the Amazon OpenSearch Service destination.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AmazonopensearchserviceBufferingHints.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AmazonopensearchserviceBufferingHints.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 AmazonopensearchserviceBufferingHints.Builder> |
serializableBuilderClass() |
Integer |
sizeInMBs()
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
AmazonopensearchserviceBufferingHints.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 AmazonopensearchserviceBufferingHints.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AmazonopensearchserviceBufferingHints.Builder,AmazonopensearchserviceBufferingHints>public static AmazonopensearchserviceBufferingHints.Builder builder()
public static Class<? extends AmazonopensearchserviceBufferingHints.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.