Class RetryableParams
- java.lang.Object
-
- software.amazon.awssdk.testutils.retry.RetryableParams
-
public class RetryableParams extends Object
Parameters forRetryableAssertion.
-
-
Constructor Summary
Constructors Constructor Description RetryableParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDelayInMs()intgetMaxAttempts()RetryableParamswithDelayInMs(int delayInMs)RetryableParamswithMaxAttempts(int maxAttempts)
-
-
-
Method Detail
-
getMaxAttempts
public int getMaxAttempts()
-
withMaxAttempts
public RetryableParams withMaxAttempts(int maxAttempts)
-
getDelayInMs
public int getDelayInMs()
-
withDelayInMs
public RetryableParams withDelayInMs(int delayInMs)
-
-