Uses of Class
software.amazon.awscdk.services.apigateway.ApiKeyProps.Builder
-
Uses of ApiKeyProps.Builder in software.amazon.awscdk.services.apigateway
Modifier 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.defaultCorsPreflightOptions
(CorsOptions defaultCorsPreflightOptions) Sets the value ofResourceOptions.getDefaultCorsPreflightOptions()
ApiKeyProps.Builder.defaultIntegration
(Integration defaultIntegration) Sets the value ofResourceOptions.getDefaultIntegration()
ApiKeyProps.Builder.defaultMethodOptions
(MethodOptions defaultMethodOptions) Sets the value ofResourceOptions.getDefaultMethodOptions()
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 ofApiKeyProps.getResources()
Sets the value ofApiKeyOptions.getValue()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ApiKeyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theApiKeyProps.Builder
.