Uses of Class
software.amazon.awscdk.services.apigateway.StageOptions.Builder
-
Uses of StageOptions.Builder in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionStageOptions.Builder.accessLogDestination
(IAccessLogDestination accessLogDestination) Sets the value ofStageOptions.getAccessLogDestination()
StageOptions.Builder.accessLogFormat
(AccessLogFormat accessLogFormat) Sets the value ofStageOptions.getAccessLogFormat()
static StageOptions.Builder
StageOptions.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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(StageOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theStageOptions.Builder
.