@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetryOptions extends Object implements Serializable, Cloneable, StructuredPojo
The retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.
Constructor and Description |
---|
RetryOptions() |
Modifier and Type | Method and Description |
---|---|
RetryOptions |
clone() |
boolean |
equals(Object obj) |
Integer |
getDurationInSeconds()
The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDurationInSeconds(Integer durationInSeconds)
The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.
|
String |
toString()
Returns a string representation of this object.
|
RetryOptions |
withDurationInSeconds(Integer durationInSeconds)
The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.
|
public void setDurationInSeconds(Integer durationInSeconds)
The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.
durationInSeconds
- The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3
prefix.public Integer getDurationInSeconds()
The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.
public RetryOptions withDurationInSeconds(Integer durationInSeconds)
The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.
durationInSeconds
- The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3
prefix.public String toString()
toString
in class Object
Object.toString()
public RetryOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.