Uses of Class
software.amazon.awscdk.services.apigatewayv2.WebSocketRouteIntegrationConfig.Builder
Packages that use WebSocketRouteIntegrationConfig.Builder
-
Uses of WebSocketRouteIntegrationConfig.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketRouteIntegrationConfig.BuilderModifier and TypeMethodDescriptionWebSocketRouteIntegrationConfig.builder()
WebSocketRouteIntegrationConfig.Builder.contentHandling
(ContentHandling contentHandling) Sets the value ofWebSocketRouteIntegrationConfig.getContentHandling()
WebSocketRouteIntegrationConfig.Builder.credentialsRole
(IRole credentialsRole) Sets the value ofWebSocketRouteIntegrationConfig.getCredentialsRole()
Sets the value ofWebSocketRouteIntegrationConfig.getMethod()
WebSocketRouteIntegrationConfig.Builder.passthroughBehavior
(PassthroughBehavior passthroughBehavior) Sets the value ofWebSocketRouteIntegrationConfig.getPassthroughBehavior()
WebSocketRouteIntegrationConfig.Builder.requestParameters
(Map<String, String> requestParameters) Sets the value ofWebSocketRouteIntegrationConfig.getRequestParameters()
WebSocketRouteIntegrationConfig.Builder.requestTemplates
(Map<String, String> requestTemplates) Sets the value ofWebSocketRouteIntegrationConfig.getRequestTemplates()
WebSocketRouteIntegrationConfig.Builder.templateSelectionExpression
(String templateSelectionExpression) Sets the value ofWebSocketRouteIntegrationConfig.getTemplateSelectionExpression()
Sets the value ofWebSocketRouteIntegrationConfig.getTimeout()
WebSocketRouteIntegrationConfig.Builder.type
(WebSocketIntegrationType type) Sets the value ofWebSocketRouteIntegrationConfig.getType()
Sets the value ofWebSocketRouteIntegrationConfig.getUri()
Constructors in software.amazon.awscdk.services.apigatewayv2 with parameters of type WebSocketRouteIntegrationConfig.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theWebSocketRouteIntegrationConfig.Builder
.