Uses of Class
software.amazon.awscdk.services.appmesh.GrpcRetryPolicy.Builder
-
Uses of GrpcRetryPolicy.Builder in software.amazon.awscdk.services.appmesh
Modifier and TypeMethodDescriptionstatic GrpcRetryPolicy.Builder
GrpcRetryPolicy.builder()
GrpcRetryPolicy.Builder.grpcRetryEvents
(List<? extends GrpcRetryEvent> grpcRetryEvents) Sets the value ofGrpcRetryPolicy.getGrpcRetryEvents()
GrpcRetryPolicy.Builder.httpRetryEvents
(List<? extends HttpRetryEvent> httpRetryEvents) Sets the value ofHttpRetryPolicy.getHttpRetryEvents()
GrpcRetryPolicy.Builder.retryAttempts
(Number retryAttempts) Sets the value ofHttpRetryPolicy.getRetryAttempts()
GrpcRetryPolicy.Builder.retryTimeout
(Duration retryTimeout) Sets the value ofHttpRetryPolicy.getRetryTimeout()
GrpcRetryPolicy.Builder.tcpRetryEvents
(List<? extends TcpRetryEvent> tcpRetryEvents) Sets the value ofHttpRetryPolicy.getTcpRetryEvents()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(GrpcRetryPolicy.Builder builder) Constructor that initializes the object based on literal property values passed by theGrpcRetryPolicy.Builder
.