Interface SnowflakeRetryOptions.Builder

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

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

    • durationInSeconds

      SnowflakeRetryOptions.Builder durationInSeconds(Integer durationInSeconds)

      the time period where Firehose will retry sending data to the chosen HTTP endpoint.

      Parameters:
      durationInSeconds - the time period where Firehose will retry sending data to the chosen HTTP endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.