Class DynamoDBIO.RetryConfiguration.Builder
- java.lang.Object
-
- org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIO.RetryConfiguration.Builder
-
- Enclosing class:
- DynamoDBIO.RetryConfiguration
public abstract static class DynamoDBIO.RetryConfiguration.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DynamoDBIO.RetryConfigurationbuild()abstract DynamoDBIO.RetryConfiguration.BuildersetMaxAttempts(int maxAttempts)abstract DynamoDBIO.RetryConfiguration.BuildersetMaxDuration(org.joda.time.Duration maxDuration)Deprecated.Warning, max accumulative retry latency is silently ignored as it is not supported by the AWS SDK.
-
-
-
Method Detail
-
setMaxAttempts
public abstract DynamoDBIO.RetryConfiguration.Builder setMaxAttempts(int maxAttempts)
-
setMaxDuration
@Deprecated public abstract DynamoDBIO.RetryConfiguration.Builder setMaxDuration(org.joda.time.Duration maxDuration)
Deprecated.Warning, max accumulative retry latency is silently ignored as it is not supported by the AWS SDK.
-
build
public DynamoDBIO.RetryConfiguration build()
-
-