@Generated(value="software.amazon.awssdk:codegen") public final class SplunkRetryOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SplunkRetryOptions.Builder,SplunkRetryOptions>
Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Splunk, or if it doesn't receive an acknowledgment from Splunk.
Modifier and Type | Class and Description |
---|---|
static interface |
SplunkRetryOptions.Builder |
Modifier and Type | Method and Description |
---|---|
static SplunkRetryOptions.Builder |
builder() |
Integer |
durationInSeconds()
The total amount of time that Kinesis Data Firehose spends on retries.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SplunkRetryOptions.Builder> |
serializableBuilderClass() |
SplunkRetryOptions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer durationInSeconds()
The total amount of time that Kinesis Data 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 Kinesis Data Firehose waits for acknowledgment from Splunk after each attempt.
public SplunkRetryOptions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SplunkRetryOptions.Builder,SplunkRetryOptions>
public static SplunkRetryOptions.Builder builder()
public static Class<? extends SplunkRetryOptions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.