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