Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpApiProps.Builder
Packages that use HttpApiProps.Builder
-
Uses of HttpApiProps.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpApiProps.BuilderModifier and TypeMethodDescriptionSets the value ofHttpApiProps.getApiName()static HttpApiProps.BuilderHttpApiProps.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()HttpApiProps.Builder.ipAddressType(IpAddressType ipAddressType) Sets the value ofHttpApiProps.getIpAddressType()HttpApiProps.Builder.routeSelectionExpression(Boolean routeSelectionExpression) Sets the value ofHttpApiProps.getRouteSelectionExpression()Constructors in software.amazon.awscdk.services.apigatewayv2 with parameters of type HttpApiProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(HttpApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHttpApiProps.Builder.