@Generated(value="software.amazon.awssdk:codegen") public final class RedshiftRetryOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RedshiftRetryOptions.Builder,RedshiftRetryOptions>
Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift.
Modifier and Type | Class and Description |
---|---|
static interface |
RedshiftRetryOptions.Builder |
Modifier and Type | Method and Description |
---|---|
static RedshiftRetryOptions.Builder |
builder() |
Integer |
durationInSeconds()
The length of time during which Kinesis Data Firehose retries delivery after a failure, starting from the initial
request and including the first attempt.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
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() |
copy
public Integer durationInSeconds()
The length of time during which Kinesis Data Firehose retries delivery after a failure, starting from the initial
request and including the first attempt. The default value is 3600 seconds (60 minutes). Kinesis Data 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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.