Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpStageProps.Builder
Packages that use HttpStageProps.Builder
-
Uses of HttpStageProps.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpStageProps.BuilderModifier and TypeMethodDescriptionHttpStageProps.Builder.accessLogSettings(IAccessLogSettings accessLogSettings) Sets the value ofStageOptions.getAccessLogSettings()HttpStageProps.Builder.autoDeploy(Boolean autoDeploy) Sets the value ofStageOptions.getAutoDeploy()static HttpStageProps.BuilderHttpStageProps.builder()HttpStageProps.Builder.description(String description) Sets the value ofStageOptions.getDescription()HttpStageProps.Builder.detailedMetricsEnabled(Boolean detailedMetricsEnabled) Sets the value ofStageOptions.getDetailedMetricsEnabled()HttpStageProps.Builder.domainMapping(DomainMappingOptions domainMapping) Sets the value ofStageOptions.getDomainMapping()Sets the value ofHttpStageProps.getHttpApi()Sets the value ofHttpStageOptions.getStageName()HttpStageProps.Builder.throttle(ThrottleSettings throttle) Sets the value ofStageOptions.getThrottle()Constructors in software.amazon.awscdk.services.apigatewayv2 with parameters of type HttpStageProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(HttpStageProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHttpStageProps.Builder.