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