@Stability(value=Stable)
public static interface CfnRoute.HttpRetryPolicyProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRoute.HttpRetryPolicyProperty.Builder
A builder for
CfnRoute.HttpRetryPolicyProperty |
static class |
CfnRoute.HttpRetryPolicyProperty.Jsii$Proxy
An implementation for
CfnRoute.HttpRetryPolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRoute.HttpRetryPolicyProperty.Builder |
builder() |
default List<String> |
getHttpRetryEvents()
`CfnRoute.HttpRetryPolicyProperty.HttpRetryEvents`.
|
Number |
getMaxRetries()
`CfnRoute.HttpRetryPolicyProperty.MaxRetries`.
|
Object |
getPerRetryTimeout()
`CfnRoute.HttpRetryPolicyProperty.PerRetryTimeout`.
|
default List<String> |
getTcpRetryEvents()
`CfnRoute.HttpRetryPolicyProperty.TcpRetryEvents`.
|
@Stability(value=Stable) @NotNull Number getMaxRetries()
@Stability(value=Stable) @NotNull Object getPerRetryTimeout()
@Stability(value=Stable) @Nullable default List<String> getHttpRetryEvents()
@Stability(value=Stable) @Nullable default List<String> getTcpRetryEvents()
@Stability(value=Stable) static CfnRoute.HttpRetryPolicyProperty.Builder builder()
Copyright © 2021. All rights reserved.