Uses of Class
software.amazon.awscdk.aws_apigatewayv2_integrations.WebSocketAwsIntegrationProps.Builder
Packages that use WebSocketAwsIntegrationProps.Builder
Package
Description
AWS APIGatewayv2 Integrations
-
Uses of WebSocketAwsIntegrationProps.Builder in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return WebSocketAwsIntegrationProps.BuilderModifier and TypeMethodDescriptionWebSocketAwsIntegrationProps.builder()WebSocketAwsIntegrationProps.Builder.contentHandling(ContentHandling contentHandling) Sets the value ofWebSocketAwsIntegrationProps.getContentHandling()WebSocketAwsIntegrationProps.Builder.credentialsRole(IRole credentialsRole) Sets the value ofWebSocketAwsIntegrationProps.getCredentialsRole()WebSocketAwsIntegrationProps.Builder.integrationMethod(String integrationMethod) Sets the value ofWebSocketAwsIntegrationProps.getIntegrationMethod()WebSocketAwsIntegrationProps.Builder.integrationUri(String integrationUri) Sets the value ofWebSocketAwsIntegrationProps.getIntegrationUri()WebSocketAwsIntegrationProps.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior) Sets the value ofWebSocketAwsIntegrationProps.getPassthroughBehavior()WebSocketAwsIntegrationProps.Builder.requestParameters(Map<String, String> requestParameters) Sets the value ofWebSocketAwsIntegrationProps.getRequestParameters()WebSocketAwsIntegrationProps.Builder.requestTemplates(Map<String, String> requestTemplates) Sets the value ofWebSocketAwsIntegrationProps.getRequestTemplates()WebSocketAwsIntegrationProps.Builder.templateSelectionExpression(String templateSelectionExpression) Sets the value ofWebSocketAwsIntegrationProps.getTemplateSelectionExpression()Sets the value ofWebSocketAwsIntegrationProps.getTimeout()Constructors in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type WebSocketAwsIntegrationProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theWebSocketAwsIntegrationProps.Builder.