Class DynamoDBIO.RetryConfiguration
- java.lang.Object
-
- org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIO.RetryConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DynamoDBIO
@Deprecated public abstract static class DynamoDBIO.RetryConfiguration extends java.lang.Object implements java.io.SerializableDeprecated.UseRetryConfigurationinstead to delegate retries to the AWS SDK.Legacy retry configuration.Warning: Max accumulative retry latency is silently ignored as it is not supported by the AWS SDK.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDynamoDBIO.RetryConfiguration.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description RetryConfiguration()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DynamoDBIO.RetryConfiguration.Builderbuilder()Deprecated.
-
-
-
Method Detail
-
builder
public static DynamoDBIO.RetryConfiguration.Builder builder()
Deprecated.
-
-