Uses of Class
software.amazon.awscdk.services.apigatewayv2.RateLimitedApiKey.Builder
Packages that use RateLimitedApiKey.Builder
-
Uses of RateLimitedApiKey.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return RateLimitedApiKey.BuilderModifier and TypeMethodDescriptionRateLimitedApiKey.Builder.apiKeyName
(String apiKeyName) A name for the API key.RateLimitedApiKey.Builder.apiStages
(List<? extends UsagePlanPerApiStage> apiStages) API Stages to be associated with the RateLimitedApiKey.static RateLimitedApiKey.Builder
RateLimitedApiKey.Builder.customerId
(String customerId) An AWS Marketplace customer identifier to use when integrating with the AWS SaaS Marketplace.RateLimitedApiKey.Builder.description
(String description) A description of the purpose of the API key.Indicates whether the API key can be used by clients.RateLimitedApiKey.Builder.generateDistinctId
(Boolean generateDistinctId) Specifies whether the key identifier is distinct from the created API key value.RateLimitedApiKey.Builder.quota
(QuotaSettings quota) Number of requests clients can make in a given time period.RateLimitedApiKey.Builder.throttle
(ThrottleSettings throttle) Overall throttle settings for the API.The value of the API key.