Uses of Class
software.amazon.awscdk.services.apigatewayv2.RateLimitedApiKeyProps.Builder
Packages that use RateLimitedApiKeyProps.Builder
-
Uses of RateLimitedApiKeyProps.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return RateLimitedApiKeyProps.BuilderModifier and TypeMethodDescriptionRateLimitedApiKeyProps.Builder.apiKeyName
(String apiKeyName) Sets the value ofApiKeyOptions.getApiKeyName()
RateLimitedApiKeyProps.Builder.apiStages
(List<? extends UsagePlanPerApiStage> apiStages) Sets the value ofRateLimitedApiKeyProps.getApiStages()
RateLimitedApiKeyProps.builder()
RateLimitedApiKeyProps.Builder.customerId
(String customerId) Sets the value ofApiKeyProps.getCustomerId()
RateLimitedApiKeyProps.Builder.description
(String description) Sets the value ofApiKeyOptions.getDescription()
Sets the value ofApiKeyProps.getEnabled()
RateLimitedApiKeyProps.Builder.generateDistinctId
(Boolean generateDistinctId) Sets the value ofApiKeyProps.getGenerateDistinctId()
RateLimitedApiKeyProps.Builder.quota
(QuotaSettings quota) Sets the value ofRateLimitedApiKeyProps.getQuota()
RateLimitedApiKeyProps.Builder.throttle
(ThrottleSettings throttle) Sets the value ofRateLimitedApiKeyProps.getThrottle()
Sets the value ofApiKeyOptions.getValue()
Constructors in software.amazon.awscdk.services.apigatewayv2 with parameters of type RateLimitedApiKeyProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(RateLimitedApiKeyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theRateLimitedApiKeyProps.Builder
.