Package software.amazon.awssdk.crt.io
Class StandardRetryOptions
- java.lang.Object
-
- software.amazon.awssdk.crt.io.StandardRetryOptions
-
public class StandardRetryOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description StandardRetryOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExponentialBackoffRetryOptions
getBackoffRetryOptions()
long
getInitialBucketCapacity()
StandardRetryOptions
withBackoffRetryOptions(ExponentialBackoffRetryOptions backoffRetryOptions)
StandardRetryOptions
withInitialBucketCapacity(long initialBucketCapacity)
-
-
-
Method Detail
-
withBackoffRetryOptions
public StandardRetryOptions withBackoffRetryOptions(ExponentialBackoffRetryOptions backoffRetryOptions)
-
getBackoffRetryOptions
public ExponentialBackoffRetryOptions getBackoffRetryOptions()
-
withInitialBucketCapacity
public StandardRetryOptions withInitialBucketCapacity(long initialBucketCapacity)
-
getInitialBucketCapacity
public long getInitialBucketCapacity()
-
-