Class RetryConfiguration

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class RetryConfiguration
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Constructor Detail

      • RetryConfiguration

        public RetryConfiguration()
    • Method Detail

      • numRetries

        @Pure
        public abstract int numRetries()
      • baseBackoff

        @Nullable
        @Pure
        public abstract org.joda.time.Duration baseBackoff()
      • throttledBaseBackoff

        @Nullable
        @Pure
        public abstract org.joda.time.Duration throttledBaseBackoff()
      • maxBackoff

        @Nullable
        @Pure
        public abstract org.joda.time.Duration maxBackoff()