Uses of Class
software.amazon.awscdk.services.cloudfront.KeyGroupProps.Builder
Packages that use KeyGroupProps.Builder
-
Uses of KeyGroupProps.Builder in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return KeyGroupProps.BuilderModifier and TypeMethodDescriptionstatic KeyGroupProps.Builder
KeyGroupProps.builder()
Sets the value ofKeyGroupProps.getComment()
KeyGroupProps.Builder.items
(List<? extends IPublicKey> items) Sets the value ofKeyGroupProps.getItems()
KeyGroupProps.Builder.keyGroupName
(String keyGroupName) Sets the value ofKeyGroupProps.getKeyGroupName()
Constructors in software.amazon.awscdk.services.cloudfront with parameters of type KeyGroupProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(KeyGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theKeyGroupProps.Builder
.