@Stability(value=Stable)
public static interface CfnRoute.GrpcRetryPolicyProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRoute.GrpcRetryPolicyProperty.Builder
A builder for
CfnRoute.GrpcRetryPolicyProperty |
static class |
CfnRoute.GrpcRetryPolicyProperty.Jsii$Proxy
An implementation for
CfnRoute.GrpcRetryPolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRoute.GrpcRetryPolicyProperty.Builder |
builder() |
default List<String> |
getGrpcRetryEvents()
`CfnRoute.GrpcRetryPolicyProperty.GrpcRetryEvents`.
|
default List<String> |
getHttpRetryEvents()
`CfnRoute.GrpcRetryPolicyProperty.HttpRetryEvents`.
|
Number |
getMaxRetries()
`CfnRoute.GrpcRetryPolicyProperty.MaxRetries`.
|
Object |
getPerRetryTimeout()
`CfnRoute.GrpcRetryPolicyProperty.PerRetryTimeout`.
|
default List<String> |
getTcpRetryEvents()
`CfnRoute.GrpcRetryPolicyProperty.TcpRetryEvents`.
|
@Stability(value=Stable) @NotNull Number getMaxRetries()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-maxretries@Stability(value=Stable) @NotNull Object getPerRetryTimeout()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-perretrytimeout@Stability(value=Stable) @Nullable default List<String> getGrpcRetryEvents()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-grpcretryevents@Stability(value=Stable) @Nullable default List<String> getHttpRetryEvents()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-httpretryevents@Stability(value=Stable) @Nullable default List<String> getTcpRetryEvents()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-grpcretrypolicy.html#cfn-appmesh-route-grpcretrypolicy-tcpretryevents@Stability(value=Stable) static CfnRoute.GrpcRetryPolicyProperty.Builder builder()
Copyright © 2020. All rights reserved.