Uses of Class
software.amazon.awscdk.services.apigateway.StageOptions.Builder
Packages that use StageOptions.Builder
-
Uses of StageOptions.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return StageOptions.BuilderModifier and TypeMethodDescriptionStageOptions.Builder.accessLogDestination(IAccessLogDestination accessLogDestination) Sets the value ofStageOptions.getAccessLogDestination()StageOptions.Builder.accessLogFormat(AccessLogFormat accessLogFormat) Sets the value ofStageOptions.getAccessLogFormat()static StageOptions.BuilderStageOptions.builder()StageOptions.Builder.cacheClusterEnabled(Boolean cacheClusterEnabled) Sets the value ofStageOptions.getCacheClusterEnabled()StageOptions.Builder.cacheClusterSize(String cacheClusterSize) Sets the value ofStageOptions.getCacheClusterSize()StageOptions.Builder.cacheDataEncrypted(Boolean cacheDataEncrypted) Sets the value ofMethodDeploymentOptions.getCacheDataEncrypted()Sets the value ofMethodDeploymentOptions.getCacheTtl()StageOptions.Builder.cachingEnabled(Boolean cachingEnabled) Sets the value ofMethodDeploymentOptions.getCachingEnabled()StageOptions.Builder.clientCertificateId(String clientCertificateId) Sets the value ofStageOptions.getClientCertificateId()StageOptions.Builder.dataTraceEnabled(Boolean dataTraceEnabled) Sets the value ofMethodDeploymentOptions.getDataTraceEnabled()StageOptions.Builder.description(String description) Sets the value ofStageOptions.getDescription()StageOptions.Builder.documentationVersion(String documentationVersion) Sets the value ofStageOptions.getDocumentationVersion()StageOptions.Builder.loggingLevel(MethodLoggingLevel loggingLevel) Sets the value ofMethodDeploymentOptions.getLoggingLevel()StageOptions.Builder.methodOptions(Map<String, ? extends MethodDeploymentOptions> methodOptions) Sets the value ofStageOptions.getMethodOptions()StageOptions.Builder.metricsEnabled(Boolean metricsEnabled) Sets the value ofMethodDeploymentOptions.getMetricsEnabled()Sets the value ofStageOptions.getStageName()StageOptions.Builder.throttlingBurstLimit(Number throttlingBurstLimit) Sets the value ofMethodDeploymentOptions.getThrottlingBurstLimit()StageOptions.Builder.throttlingRateLimit(Number throttlingRateLimit) Sets the value ofMethodDeploymentOptions.getThrottlingRateLimit()StageOptions.Builder.tracingEnabled(Boolean tracingEnabled) Sets the value ofStageOptions.getTracingEnabled()Sets the value ofStageOptions.getVariables()Constructors in software.amazon.awscdk.services.apigateway with parameters of type StageOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(StageOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theStageOptions.Builder.