public abstract static class DynamoDBIO.RetryConfiguration.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DynamoDBIO.RetryConfiguration |
build() |
abstract DynamoDBIO.RetryConfiguration.Builder |
setMaxAttempts(int maxAttempts) |
abstract DynamoDBIO.RetryConfiguration.Builder |
setMaxDuration(Duration maxDuration)
Deprecated.
Warning, max accumulative retry latency is silently ignored as it is not
supported by the AWS SDK.
|
public abstract DynamoDBIO.RetryConfiguration.Builder setMaxAttempts(int maxAttempts)
@Deprecated public abstract DynamoDBIO.RetryConfiguration.Builder setMaxDuration(Duration maxDuration)
public DynamoDBIO.RetryConfiguration build()