Uses of Class
software.amazon.awscdk.services.apigatewayv2.ApiKey.Builder
Packages that use ApiKey.Builder
-
Uses of ApiKey.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return ApiKey.BuilderModifier and TypeMethodDescriptionApiKey.Builder.apiKeyName
(String apiKeyName) A name for the API key.static ApiKey.Builder
ApiKey.Builder.customerId
(String customerId) An AWS Marketplace customer identifier to use when integrating with the AWS SaaS Marketplace.ApiKey.Builder.description
(String description) A description of the purpose of the API key.Indicates whether the API key can be used by clients.ApiKey.Builder.generateDistinctId
(Boolean generateDistinctId) Specifies whether the key identifier is distinct from the created API key value.The value of the API key.