Uses of Class
software.amazon.awscdk.services.location.CfnAPIKeyProps.Builder
Packages that use CfnAPIKeyProps.Builder
-
Uses of CfnAPIKeyProps.Builder in software.amazon.awscdk.services.location
Methods in software.amazon.awscdk.services.location that return CfnAPIKeyProps.BuilderModifier and TypeMethodDescriptionstatic CfnAPIKeyProps.Builder
CfnAPIKeyProps.builder()
CfnAPIKeyProps.Builder.description
(String description) Sets the value ofCfnAPIKeyProps.getDescription()
CfnAPIKeyProps.Builder.expireTime
(String expireTime) Sets the value ofCfnAPIKeyProps.getExpireTime()
CfnAPIKeyProps.Builder.forceDelete
(Boolean forceDelete) Sets the value ofCfnAPIKeyProps.getForceDelete()
CfnAPIKeyProps.Builder.forceDelete
(IResolvable forceDelete) Sets the value ofCfnAPIKeyProps.getForceDelete()
CfnAPIKeyProps.Builder.forceUpdate
(Boolean forceUpdate) Sets the value ofCfnAPIKeyProps.getForceUpdate()
CfnAPIKeyProps.Builder.forceUpdate
(IResolvable forceUpdate) Sets the value ofCfnAPIKeyProps.getForceUpdate()
Sets the value ofCfnAPIKeyProps.getKeyName()
Sets the value ofCfnAPIKeyProps.getNoExpiry()
CfnAPIKeyProps.Builder.noExpiry
(IResolvable noExpiry) Sets the value ofCfnAPIKeyProps.getNoExpiry()
CfnAPIKeyProps.Builder.restrictions
(IResolvable restrictions) Sets the value ofCfnAPIKeyProps.getRestrictions()
CfnAPIKeyProps.Builder.restrictions
(CfnAPIKey.ApiKeyRestrictionsProperty restrictions) Sets the value ofCfnAPIKeyProps.getRestrictions()
Sets the value ofCfnAPIKeyProps.getTags()
Constructors in software.amazon.awscdk.services.location with parameters of type CfnAPIKeyProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAPIKeyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAPIKeyProps.Builder
.