Uses of Interface
software.amazon.awssdk.services.scheduler.model.RetryPolicy.Builder
-
Packages that use RetryPolicy.Builder Package Description software.amazon.awssdk.services.scheduler.model -
-
Uses of RetryPolicy.Builder in software.amazon.awssdk.services.scheduler.model
Methods in software.amazon.awssdk.services.scheduler.model that return RetryPolicy.Builder Modifier and Type Method Description static RetryPolicy.BuilderRetryPolicy. builder()RetryPolicy.BuilderRetryPolicy.Builder. maximumEventAgeInSeconds(Integer maximumEventAgeInSeconds)The maximum amount of time, in seconds, to continue to make retry attempts.RetryPolicy.BuilderRetryPolicy.Builder. maximumRetryAttempts(Integer maximumRetryAttempts)The maximum number of retry attempts to make before the request fails.RetryPolicy.BuilderRetryPolicy. toBuilder()Methods in software.amazon.awssdk.services.scheduler.model that return types with arguments of type RetryPolicy.Builder Modifier and Type Method Description static Class<? extends RetryPolicy.Builder>RetryPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.scheduler.model with type arguments of type RetryPolicy.Builder Modifier and Type Method Description default Target.BuilderTarget.Builder. retryPolicy(Consumer<RetryPolicy.Builder> retryPolicy)ARetryPolicyobject 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.
-