@Stability(value=Stable) public static final class CfnSchedule.RetryPolicyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSchedule.RetryPolicyProperty>
CfnSchedule.RetryPolicyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchedule.RetryPolicyProperty |
build()
Builds the configured instance.
|
CfnSchedule.RetryPolicyProperty.Builder |
maximumEventAgeInSeconds(Number maximumEventAgeInSeconds)
Sets the value of
CfnSchedule.RetryPolicyProperty.getMaximumEventAgeInSeconds() |
CfnSchedule.RetryPolicyProperty.Builder |
maximumRetryAttempts(Number maximumRetryAttempts)
Sets the value of
CfnSchedule.RetryPolicyProperty.getMaximumRetryAttempts() |
@Stability(value=Stable) public CfnSchedule.RetryPolicyProperty.Builder maximumEventAgeInSeconds(Number maximumEventAgeInSeconds)
CfnSchedule.RetryPolicyProperty.getMaximumEventAgeInSeconds()maximumEventAgeInSeconds - The maximum amount of time, in seconds, to continue to make retry attempts.this@Stability(value=Stable) public CfnSchedule.RetryPolicyProperty.Builder maximumRetryAttempts(Number maximumRetryAttempts)
CfnSchedule.RetryPolicyProperty.getMaximumRetryAttempts()maximumRetryAttempts - The maximum number of retry attempts to make before the request fails.
Retry attempts with exponential backoff continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is reached.this@Stability(value=Stable) public CfnSchedule.RetryPolicyProperty build()
build in interface software.amazon.jsii.Builder<CfnSchedule.RetryPolicyProperty>CfnSchedule.RetryPolicyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.