Uses of Class
software.amazon.awscdk.services.appmesh.VirtualGatewayProps.Builder
-
Uses of VirtualGatewayProps.Builder in software.amazon.awscdk.services.appmesh
Modifier and TypeMethodDescriptionSets the value ofVirtualGatewayBaseProps.getAccessLog()
VirtualGatewayProps.Builder.backendDefaults
(BackendDefaults backendDefaults) Sets the value ofVirtualGatewayBaseProps.getBackendDefaults()
static VirtualGatewayProps.Builder
VirtualGatewayProps.builder()
VirtualGatewayProps.Builder.listeners
(List<? extends VirtualGatewayListener> listeners) Sets the value ofVirtualGatewayBaseProps.getListeners()
Sets the value ofVirtualGatewayProps.getMesh()
VirtualGatewayProps.Builder.virtualGatewayName
(String virtualGatewayName) Sets the value ofVirtualGatewayBaseProps.getVirtualGatewayName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(VirtualGatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theVirtualGatewayProps.Builder
.