Uses of Class
software.amazon.awscdk.services.appmesh.CfnRoute.RouteSpecProperty.Builder
Packages that use CfnRoute.RouteSpecProperty.Builder
-
Uses of CfnRoute.RouteSpecProperty.Builder in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return CfnRoute.RouteSpecProperty.BuilderModifier and TypeMethodDescriptionCfnRoute.RouteSpecProperty.builder()CfnRoute.RouteSpecProperty.Builder.grpcRoute(IResolvable grpcRoute) Sets the value ofCfnRoute.RouteSpecProperty.getGrpcRoute()CfnRoute.RouteSpecProperty.Builder.grpcRoute(CfnRoute.GrpcRouteProperty grpcRoute) Sets the value ofCfnRoute.RouteSpecProperty.getGrpcRoute()CfnRoute.RouteSpecProperty.Builder.http2Route(IResolvable http2Route) Sets the value ofCfnRoute.RouteSpecProperty.getHttp2Route()CfnRoute.RouteSpecProperty.Builder.http2Route(CfnRoute.HttpRouteProperty http2Route) Sets the value ofCfnRoute.RouteSpecProperty.getHttp2Route()CfnRoute.RouteSpecProperty.Builder.httpRoute(IResolvable httpRoute) Sets the value ofCfnRoute.RouteSpecProperty.getHttpRoute()CfnRoute.RouteSpecProperty.Builder.httpRoute(CfnRoute.HttpRouteProperty httpRoute) Sets the value ofCfnRoute.RouteSpecProperty.getHttpRoute()Sets the value ofCfnRoute.RouteSpecProperty.getPriority()CfnRoute.RouteSpecProperty.Builder.tcpRoute(IResolvable tcpRoute) Sets the value ofCfnRoute.RouteSpecProperty.getTcpRoute()CfnRoute.RouteSpecProperty.Builder.tcpRoute(CfnRoute.TcpRouteProperty tcpRoute) Sets the value ofCfnRoute.RouteSpecProperty.getTcpRoute()Constructors in software.amazon.awscdk.services.appmesh with parameters of type CfnRoute.RouteSpecProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoute.RouteSpecProperty.Builder.