Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnApiKeyPropsMixin.Builder
Packages that use CfnApiKeyPropsMixin.Builder
-
Uses of CfnApiKeyPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnApiKeyPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnApiKeyPropsMixin.BuilderCfnApiKeyPropsMixin.Builder.create()static CfnApiKeyPropsMixin.BuilderCfnApiKeyPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnApiKeyPropsMixin.Builder.customerId(String customerId) An AWS Marketplace customer identifier, when integrating with the AWS SaaS Marketplace.CfnApiKeyPropsMixin.Builder.description(String description) The description of the ApiKey.Specifies whether the ApiKey can be used by callers.CfnApiKeyPropsMixin.Builder.enabled(IResolvable enabled) Specifies whether the ApiKey can be used by callers.CfnApiKeyPropsMixin.Builder.generateDistinctId(Boolean generateDistinctId) Specifies whether (true) or not (false) the key identifier is distinct from the created API key value.CfnApiKeyPropsMixin.Builder.generateDistinctId(IResolvable generateDistinctId) Specifies whether (true) or not (false) the key identifier is distinct from the created API key value.A name for the API key.DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.CfnApiKeyPropsMixin.Builder.stageKeys(IResolvable stageKeys) DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.The key-value map of strings.Specifies a value of the API key.