@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SplunkRetryOptions extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
SplunkRetryOptions() |
Modifier and Type | Method and Description |
---|---|
SplunkRetryOptions |
clone() |
boolean |
equals(Object obj) |
Integer |
getDurationInSeconds()
The total amount of time that Kinesis Data Firehose spends on retries.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDurationInSeconds(Integer durationInSeconds)
The total amount of time that Kinesis Data Firehose spends on retries.
|
String |
toString()
Returns a string representation of this object.
|
SplunkRetryOptions |
withDurationInSeconds(Integer durationInSeconds)
The total amount of time that Kinesis Data Firehose spends on retries.
|
public void setDurationInSeconds(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.
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 Integer getDurationInSeconds()
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 withDurationInSeconds(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.
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 String toString()
toString
in class Object
Object.toString()
public SplunkRetryOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.