| Package | Description |
|---|---|
| software.amazon.awssdk.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
static RetryPolicy.Builder |
RetryPolicy.builder() |
RetryPolicy.Builder |
RetryPolicy.Builder.maximumEventAgeInSeconds(Integer maximumEventAgeInSeconds)
The maximum amount of time, in seconds, to continue to make retry attempts.
|
RetryPolicy.Builder |
RetryPolicy.Builder.maximumRetryAttempts(Integer maximumRetryAttempts)
The maximum number of retry attempts to make before the request fails.
|
RetryPolicy.Builder |
RetryPolicy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RetryPolicy.Builder> |
RetryPolicy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Target.Builder |
Target.Builder.retryPolicy(Consumer<RetryPolicy.Builder> retryPolicy)
A
RetryPolicy object that includes information about the retry policy settings, including the
maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event
to a target. |
Copyright © 2022. All rights reserved.