Uses of Class
software.amazon.awscdk.services.apigateway.StageProps.Builder
Packages that use StageProps.Builder
-
Uses of StageProps.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return StageProps.BuilderModifier and TypeMethodDescriptionStageProps.Builder.accessLogDestination(IAccessLogDestination accessLogDestination) Sets the value ofStageOptions.getAccessLogDestination()StageProps.Builder.accessLogFormat(AccessLogFormat accessLogFormat) Sets the value ofStageOptions.getAccessLogFormat()static StageProps.BuilderStageProps.builder()StageProps.Builder.cacheClusterEnabled(Boolean cacheClusterEnabled) Sets the value ofStageOptions.getCacheClusterEnabled()StageProps.Builder.cacheClusterSize(String cacheClusterSize) Sets the value ofStageOptions.getCacheClusterSize()StageProps.Builder.cacheDataEncrypted(Boolean cacheDataEncrypted) Sets the value ofMethodDeploymentOptions.getCacheDataEncrypted()Sets the value ofMethodDeploymentOptions.getCacheTtl()StageProps.Builder.cachingEnabled(Boolean cachingEnabled) Sets the value ofMethodDeploymentOptions.getCachingEnabled()StageProps.Builder.clientCertificateId(String clientCertificateId) Sets the value ofStageOptions.getClientCertificateId()StageProps.Builder.dataTraceEnabled(Boolean dataTraceEnabled) Sets the value ofMethodDeploymentOptions.getDataTraceEnabled()StageProps.Builder.deployment(Deployment deployment) Sets the value ofStageProps.getDeployment()StageProps.Builder.description(String description) Sets the value ofStageOptions.getDescription()StageProps.Builder.documentationVersion(String documentationVersion) Sets the value ofStageOptions.getDocumentationVersion()StageProps.Builder.loggingLevel(MethodLoggingLevel loggingLevel) Sets the value ofMethodDeploymentOptions.getLoggingLevel()StageProps.Builder.methodOptions(Map<String, ? extends MethodDeploymentOptions> methodOptions) Sets the value ofStageOptions.getMethodOptions()StageProps.Builder.metricsEnabled(Boolean metricsEnabled) Sets the value ofMethodDeploymentOptions.getMetricsEnabled()Sets the value ofStageOptions.getStageName()StageProps.Builder.throttlingBurstLimit(Number throttlingBurstLimit) Sets the value ofMethodDeploymentOptions.getThrottlingBurstLimit()StageProps.Builder.throttlingRateLimit(Number throttlingRateLimit) Sets the value ofMethodDeploymentOptions.getThrottlingRateLimit()StageProps.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 StageProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(StageProps.Builder builder) Constructor that initializes the object based on literal property values passed by theStageProps.Builder.