Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpApiProps.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of HttpApiProps.Builder in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeMethodDescriptionSets the value ofHttpApiProps.getApiName()
static HttpApiProps.Builder
HttpApiProps.builder()
HttpApiProps.Builder.corsPreflight
(CorsPreflightOptions corsPreflight) Sets the value ofHttpApiProps.getCorsPreflight()
HttpApiProps.Builder.createDefaultStage
(Boolean createDefaultStage) Sets the value ofHttpApiProps.getCreateDefaultStage()
HttpApiProps.Builder.defaultAuthorizationScopes
(List<String> defaultAuthorizationScopes) Sets the value ofHttpApiProps.getDefaultAuthorizationScopes()
HttpApiProps.Builder.defaultAuthorizer
(IHttpRouteAuthorizer defaultAuthorizer) Sets the value ofHttpApiProps.getDefaultAuthorizer()
HttpApiProps.Builder.defaultDomainMapping
(DomainMappingOptions defaultDomainMapping) Sets the value ofHttpApiProps.getDefaultDomainMapping()
HttpApiProps.Builder.defaultIntegration
(HttpRouteIntegration defaultIntegration) Sets the value ofHttpApiProps.getDefaultIntegration()
HttpApiProps.Builder.description
(String description) Sets the value ofHttpApiProps.getDescription()
HttpApiProps.Builder.disableExecuteApiEndpoint
(Boolean disableExecuteApiEndpoint) Sets the value ofHttpApiProps.getDisableExecuteApiEndpoint()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(HttpApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHttpApiProps.Builder
.