Class SnowflakeBufferingHints
- java.lang.Object
-
- software.amazon.awssdk.services.firehose.model.SnowflakeBufferingHints
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<SnowflakeBufferingHints.Builder,SnowflakeBufferingHints>
@Generated("software.amazon.awssdk:codegen") public final class SnowflakeBufferingHints extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnowflakeBufferingHints.Builder,SnowflakeBufferingHints>
Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SnowflakeBufferingHints.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SnowflakeBufferingHints.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 SnowflakeBufferingHints.Builder>
serializableBuilderClass()
Integer
sizeInMBs()
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.SnowflakeBufferingHints.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
-
sizeInMBs
public final Integer sizeInMBs()
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 1.
- Returns:
- Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 1.
-
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 0.
- Returns:
- Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
-
toBuilder
public SnowflakeBufferingHints.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<SnowflakeBufferingHints.Builder,SnowflakeBufferingHints>
-
builder
public static SnowflakeBufferingHints.Builder builder()
-
serializableBuilderClass
public static Class<? extends SnowflakeBufferingHints.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.
-
-