Uses of Class
software.amazon.awscdk.services.appmesh.CfnRoute.TcpRouteProperty.Builder
-
Uses of CfnRoute.TcpRouteProperty.Builder in software.amazon.awscdk.services.appmesh
Modifier and TypeMethodDescriptionCfnRoute.TcpRouteProperty.Builder.action
(IResolvable action) Sets the value ofCfnRoute.TcpRouteProperty.getAction()
CfnRoute.TcpRouteProperty.Builder.action
(CfnRoute.TcpRouteActionProperty action) Sets the value ofCfnRoute.TcpRouteProperty.getAction()
CfnRoute.TcpRouteProperty.builder()
CfnRoute.TcpRouteProperty.Builder.match
(IResolvable match) Sets the value ofCfnRoute.TcpRouteProperty.getMatch()
CfnRoute.TcpRouteProperty.Builder.match
(CfnRoute.TcpRouteMatchProperty match) Sets the value ofCfnRoute.TcpRouteProperty.getMatch()
CfnRoute.TcpRouteProperty.Builder.timeout
(IResolvable timeout) Sets the value ofCfnRoute.TcpRouteProperty.getTimeout()
CfnRoute.TcpRouteProperty.Builder.timeout
(CfnRoute.TcpTimeoutProperty timeout) Sets the value ofCfnRoute.TcpRouteProperty.getTimeout()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRoute.TcpRouteProperty.Builder
.