public class RetryableParams extends Object
RetryableAssertion.| Constructor | Description |
|---|---|
RetryableParams() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getDelayInMs() |
|
int |
getMaxAttempts() |
|
RetryableParams |
withDelayInMs(int delayInMs) |
|
RetryableParams |
withMaxAttempts(int maxAttempts) |
public int getMaxAttempts()
public RetryableParams withMaxAttempts(int maxAttempts)
public int getDelayInMs()
public RetryableParams withDelayInMs(int delayInMs)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.