Class AmazonopensearchserviceBufferingHints
- java.lang.Object
-
- software.amazon.awssdk.services.firehose.model.AmazonopensearchserviceBufferingHints
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AmazonopensearchserviceBufferingHints.Builder,AmazonopensearchserviceBufferingHints>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AmazonopensearchserviceBufferingHints.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
intervalInSeconds
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).
- Returns:
- Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
-
sizeInMBs
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.
- Returns:
- 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.
-
toBuilder
public AmazonopensearchserviceBufferingHints.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<AmazonopensearchserviceBufferingHints.Builder,AmazonopensearchserviceBufferingHints>
-
builder
public static AmazonopensearchserviceBufferingHints.Builder builder()
-
serializableBuilderClass
public static Class<? extends AmazonopensearchserviceBufferingHints.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-