Interface SplunkRetryOptions.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SplunkRetryOptions.Builder,SplunkRetryOptions>
,SdkBuilder<SplunkRetryOptions.Builder,SplunkRetryOptions>
,SdkPojo
- Enclosing class:
- SplunkRetryOptions
public static interface SplunkRetryOptions.Builder extends SdkPojo, CopyableBuilder<SplunkRetryOptions.Builder,SplunkRetryOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SplunkRetryOptions.Builder
durationInSeconds(Integer durationInSeconds)
The total amount of time that Firehose spends on retries.-
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
SplunkRetryOptions.Builder durationInSeconds(Integer durationInSeconds)
The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.
- Parameters:
durationInSeconds
- The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-