Interface SnowflakeBufferingHints.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SnowflakeBufferingHints.Builder,SnowflakeBufferingHints>, SdkBuilder<SnowflakeBufferingHints.Builder,SnowflakeBufferingHints>, SdkPojo
Enclosing class:
SnowflakeBufferingHints

public static interface SnowflakeBufferingHints.Builder extends SdkPojo, CopyableBuilder<SnowflakeBufferingHints.Builder,SnowflakeBufferingHints>
  • Method Details

    • sizeInMBs

      Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 1.

      Parameters:
      sizeInMBs - Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 1.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • intervalInSeconds

      SnowflakeBufferingHints.Builder intervalInSeconds(Integer intervalInSeconds)

      Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.

      Parameters:
      intervalInSeconds - Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
      Returns:
      Returns a reference to this object so that method calls can be chained together.