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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnowflakeRetryOptions.Builder
durationInSeconds(Integer durationInSeconds)
the time period where Firehose will retry sending data to the chosen HTTP endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-