@Stability(value=Stable) public static final class CfnRoute.HttpRetryPolicyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRoute.HttpRetryPolicyProperty>
CfnRoute.HttpRetryPolicyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRoute.HttpRetryPolicyProperty |
build()
Builds the configured instance.
|
CfnRoute.HttpRetryPolicyProperty.Builder |
httpRetryEvents(List<String> httpRetryEvents)
Sets the value of
CfnRoute.HttpRetryPolicyProperty.getHttpRetryEvents() |
CfnRoute.HttpRetryPolicyProperty.Builder |
maxRetries(Number maxRetries)
Sets the value of
CfnRoute.HttpRetryPolicyProperty.getMaxRetries() |
CfnRoute.HttpRetryPolicyProperty.Builder |
perRetryTimeout(CfnRoute.DurationProperty perRetryTimeout)
Sets the value of
CfnRoute.HttpRetryPolicyProperty.getPerRetryTimeout() |
CfnRoute.HttpRetryPolicyProperty.Builder |
perRetryTimeout(IResolvable perRetryTimeout)
Sets the value of
CfnRoute.HttpRetryPolicyProperty.getPerRetryTimeout() |
CfnRoute.HttpRetryPolicyProperty.Builder |
tcpRetryEvents(List<String> tcpRetryEvents)
Sets the value of
CfnRoute.HttpRetryPolicyProperty.getTcpRetryEvents() |
@Stability(value=Stable) public CfnRoute.HttpRetryPolicyProperty.Builder maxRetries(Number maxRetries)
CfnRoute.HttpRetryPolicyProperty.getMaxRetries()maxRetries - `CfnRoute.HttpRetryPolicyProperty.MaxRetries`. This parameter is required.this@Stability(value=Stable) public CfnRoute.HttpRetryPolicyProperty.Builder perRetryTimeout(CfnRoute.DurationProperty perRetryTimeout)
CfnRoute.HttpRetryPolicyProperty.getPerRetryTimeout()perRetryTimeout - `CfnRoute.HttpRetryPolicyProperty.PerRetryTimeout`. This parameter is required.this@Stability(value=Stable) public CfnRoute.HttpRetryPolicyProperty.Builder perRetryTimeout(IResolvable perRetryTimeout)
CfnRoute.HttpRetryPolicyProperty.getPerRetryTimeout()perRetryTimeout - `CfnRoute.HttpRetryPolicyProperty.PerRetryTimeout`. This parameter is required.this@Stability(value=Stable) public CfnRoute.HttpRetryPolicyProperty.Builder httpRetryEvents(List<String> httpRetryEvents)
CfnRoute.HttpRetryPolicyProperty.getHttpRetryEvents()httpRetryEvents - `CfnRoute.HttpRetryPolicyProperty.HttpRetryEvents`.this@Stability(value=Stable) public CfnRoute.HttpRetryPolicyProperty.Builder tcpRetryEvents(List<String> tcpRetryEvents)
CfnRoute.HttpRetryPolicyProperty.getTcpRetryEvents()tcpRetryEvents - `CfnRoute.HttpRetryPolicyProperty.TcpRetryEvents`.this@Stability(value=Stable) public CfnRoute.HttpRetryPolicyProperty build()
build in interface software.amazon.jsii.Builder<CfnRoute.HttpRetryPolicyProperty>CfnRoute.HttpRetryPolicyPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.