@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnowflakeBufferingHints extends Object implements Serializable, Cloneable, StructuredPojo
Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
Constructor and Description |
---|
SnowflakeBufferingHints() |
Modifier and Type | Method and Description |
---|---|
SnowflakeBufferingHints |
clone() |
boolean |
equals(Object obj) |
Integer |
getIntervalInSeconds()
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
Integer |
getSizeInMBs()
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
void |
setSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
String |
toString()
Returns a string representation of this object.
|
SnowflakeBufferingHints |
withIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
SnowflakeBufferingHints |
withSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
public void setSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 1.
sizeInMBs
- Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default
value is 1.public Integer getSizeInMBs()
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 1.
public SnowflakeBufferingHints withSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 1.
sizeInMBs
- Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default
value is 1.public void setIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
intervalInSeconds
- Buffer incoming data for the specified period of time, in seconds, before delivering it to the
destination. The default value is 0.public Integer getIntervalInSeconds()
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
public SnowflakeBufferingHints withIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
intervalInSeconds
- Buffer incoming data for the specified period of time, in seconds, before delivering it to the
destination. The default value is 0.public String toString()
toString
in class Object
Object.toString()
public SnowflakeBufferingHints clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.