Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.location.CfnAPIKeyPropsMixin.Builder
Packages that use CfnAPIKeyPropsMixin.Builder
-
Uses of CfnAPIKeyPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.location
Methods in software.amazon.awscdk.cfnpropertymixins.services.location that return CfnAPIKeyPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnAPIKeyPropsMixin.BuilderCfnAPIKeyPropsMixin.Builder.create()static CfnAPIKeyPropsMixin.BuilderCfnAPIKeyPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAPIKeyPropsMixin.Builder.description(String description) Updates the description for the API key resource.CfnAPIKeyPropsMixin.Builder.expireTime(String expireTime) The optional timestamp for when the API key resource will expire in ISO 8601 format .CfnAPIKeyPropsMixin.Builder.forceDelete(Boolean forceDelete) ForceDelete bypasses an API key's expiry conditions and deletes the key.CfnAPIKeyPropsMixin.Builder.forceDelete(IResolvable forceDelete) ForceDelete bypasses an API key's expiry conditions and deletes the key.CfnAPIKeyPropsMixin.Builder.forceUpdate(Boolean forceUpdate) The boolean flag to be included for updatingExpireTimeor Restrictions details.CfnAPIKeyPropsMixin.Builder.forceUpdate(IResolvable forceUpdate) The boolean flag to be included for updatingExpireTimeor Restrictions details.A custom name for the API key resource.Whether the API key should expire.CfnAPIKeyPropsMixin.Builder.noExpiry(IResolvable noExpiry) Whether the API key should expire.CfnAPIKeyPropsMixin.Builder.restrictions(CfnAPIKeyPropsMixin.ApiKeyRestrictionsProperty restrictions) The API key restrictions for the API key resource.CfnAPIKeyPropsMixin.Builder.restrictions(IResolvable restrictions) The API key restrictions for the API key resource.Applies one or more tags to the map resource.