StructuredPojo
, ToCopyableBuilder<RedshiftRetryOptions.Builder,RedshiftRetryOptions>
@Generated("software.amazon.awssdk:codegen") public class RedshiftRetryOptions extends Object implements StructuredPojo, ToCopyableBuilder<RedshiftRetryOptions.Builder,RedshiftRetryOptions>
Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon Redshift.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RedshiftRetryOptions.Builder |
Modifier and Type | Method | Description |
---|---|---|
static RedshiftRetryOptions.Builder |
builder() |
|
Integer |
durationInSeconds() |
The length of time during which Firehose retries delivery after a failure, starting from the initial request and
including the first attempt.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends RedshiftRetryOptions.Builder> |
serializableBuilderClass() |
|
RedshiftRetryOptions.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Integer durationInSeconds()
The length of time during which Firehose retries delivery after a failure, starting from the initial request and
including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value
of DurationInSeconds
is 0 (zero) or if the first delivery attempt takes longer than the current
value.
DurationInSeconds
is 0 (zero) or if the first delivery attempt
takes longer than the current value.public RedshiftRetryOptions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RedshiftRetryOptions.Builder,RedshiftRetryOptions>
public static RedshiftRetryOptions.Builder builder()
public static Class<? extends RedshiftRetryOptions.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.