Class RedshiftRetryOptions
- java.lang.Object
-
- software.amazon.awssdk.services.firehose.model.RedshiftRetryOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RedshiftRetryOptions.Builder,RedshiftRetryOptions>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRedshiftRetryOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedshiftRetryOptions.Builderbuilder()IntegerdurationInSeconds()The length of time during which Kinesis Data Firehose retries delivery after a failure, starting from the initial request and including the first attempt.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RedshiftRetryOptions.Builder>serializableBuilderClass()RedshiftRetryOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
durationInSeconds
public final 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
DurationInSecondsis 0 (zero) or if the first delivery attempt takes longer than the current value.- Returns:
- 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
DurationInSecondsis 0 (zero) or if the first delivery attempt takes longer than the current value.
-
toBuilder
public RedshiftRetryOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RedshiftRetryOptions.Builder,RedshiftRetryOptions>
-
builder
public static RedshiftRetryOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends RedshiftRetryOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-