Class RetryConfiguration

java.lang.Object
org.apache.beam.sdk.io.aws2.common.RetryConfiguration
All Implemented Interfaces:
Serializable

public abstract class RetryConfiguration extends Object implements Serializable
Configuration of the retry behavior for AWS SDK clients.

Defaults here correspond to AWS SDK defaults used in RetryPolicy. See SdkDefaultRetrySetting for further details.

See Also: