Uses of Class
software.amazon.awscdk.services.apigateway.Stage.Builder
Packages that use Stage.Builder
-
Uses of Stage.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return Stage.BuilderModifier and TypeMethodDescriptionStage.Builder.accessLogDestination
(IAccessLogDestination accessLogDestination) The CloudWatch Logs log group or Firehose delivery stream where to write access logs.Stage.Builder.accessLogFormat
(AccessLogFormat accessLogFormat) A single line format of access logs of data, as specified by selected $content variables.Stage.Builder.cacheClusterEnabled
(Boolean cacheClusterEnabled) Indicates whether cache clustering is enabled for the stage.Stage.Builder.cacheClusterSize
(String cacheClusterSize) The stage's cache cluster size.Stage.Builder.cacheDataEncrypted
(Boolean cacheDataEncrypted) Indicates whether the cached responses are encrypted.Specifies the time to live (TTL), in seconds, for cached responses.Stage.Builder.cachingEnabled
(Boolean cachingEnabled) Specifies whether responses should be cached and returned for requests.Stage.Builder.clientCertificateId
(String clientCertificateId) The identifier of the client certificate that API Gateway uses to call your integration endpoints in the stage.static Stage.Builder
Stage.Builder.dataTraceEnabled
(Boolean dataTraceEnabled) Specifies whether data trace logging is enabled for this method.Stage.Builder.deployment
(Deployment deployment) The deployment that this stage points to [disable-awslint:ref-via-interface].Stage.Builder.description
(String description) A description of the purpose of the stage.Stage.Builder.documentationVersion
(String documentationVersion) The version identifier of the API documentation snapshot.Stage.Builder.loggingLevel
(MethodLoggingLevel loggingLevel) Specifies the logging level for this method, which effects the log entries pushed to Amazon CloudWatch Logs.Stage.Builder.methodOptions
(Map<String, ? extends MethodDeploymentOptions> methodOptions) Method deployment options for specific resources/methods.Stage.Builder.metricsEnabled
(Boolean metricsEnabled) Specifies whether Amazon CloudWatch metrics are enabled for this method.The name of the stage, which API Gateway uses as the first path segment in the invoked Uniform Resource Identifier (URI).Stage.Builder.throttlingBurstLimit
(Number throttlingBurstLimit) Specifies the throttling burst limit.Stage.Builder.throttlingRateLimit
(Number throttlingRateLimit) Specifies the throttling rate limit.Stage.Builder.tracingEnabled
(Boolean tracingEnabled) Specifies whether Amazon X-Ray tracing is enabled for this method.A map that defines the stage variables.