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