@Generated(value="software.amazon.awssdk:codegen") public final class HttpEndpointBufferingHints extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HttpEndpointBufferingHints.Builder,HttpEndpointBufferingHints>
Describes the buffering options that can be applied before data is delivered to the HTTP endpoint destination.
Kinesis Data Firehose treats these options as hints, and it might choose to use more optimal values. The
SizeInMBs and IntervalInSeconds parameters are optional. However, if specify a value for
one of them, you must also provide a value for the other.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HttpEndpointBufferingHints.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HttpEndpointBufferingHints.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 HttpEndpointBufferingHints.Builder> |
serializableBuilderClass() |
Integer |
sizeInMBs()
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
HttpEndpointBufferingHints.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 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 HttpEndpointBufferingHints.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HttpEndpointBufferingHints.Builder,HttpEndpointBufferingHints>public static HttpEndpointBufferingHints.Builder builder()
public static Class<? extends HttpEndpointBufferingHints.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.