Uses of Class
software.amazon.awscdk.services.apigatewayv2.ApiKeyProps.Builder
Packages that use ApiKeyProps.Builder
-
Uses of ApiKeyProps.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return ApiKeyProps.BuilderModifier and TypeMethodDescriptionApiKeyProps.Builder.apiKeyName
(String apiKeyName) Sets the value ofApiKeyOptions.getApiKeyName()
static ApiKeyProps.Builder
ApiKeyProps.builder()
ApiKeyProps.Builder.customerId
(String customerId) Sets the value ofApiKeyProps.getCustomerId()
ApiKeyProps.Builder.description
(String description) Sets the value ofApiKeyOptions.getDescription()
Sets the value ofApiKeyProps.getEnabled()
ApiKeyProps.Builder.generateDistinctId
(Boolean generateDistinctId) Sets the value ofApiKeyProps.getGenerateDistinctId()
Sets the value ofApiKeyOptions.getValue()
Constructors in software.amazon.awscdk.services.apigatewayv2 with parameters of type ApiKeyProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ApiKeyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theApiKeyProps.Builder
.