Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.LifecyclePolicyProps.Builder
Packages that use LifecyclePolicyProps.Builder
Package
Description
EC2 Image Builder Construct Library
-
Uses of LifecyclePolicyProps.Builder in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return LifecyclePolicyProps.BuilderModifier and TypeMethodDescriptionstatic LifecyclePolicyProps.BuilderLifecyclePolicyProps.builder()LifecyclePolicyProps.Builder.description(String description) Sets the value ofLifecyclePolicyProps.getDescription()LifecyclePolicyProps.Builder.details(List<? extends LifecyclePolicyDetail> details) Sets the value ofLifecyclePolicyProps.getDetails()LifecyclePolicyProps.Builder.executionRole(IRole executionRole) Sets the value ofLifecyclePolicyProps.getExecutionRole()LifecyclePolicyProps.Builder.lifecyclePolicyName(String lifecyclePolicyName) Sets the value ofLifecyclePolicyProps.getLifecyclePolicyName()LifecyclePolicyProps.Builder.resourceSelection(LifecyclePolicyResourceSelection resourceSelection) Sets the value ofLifecyclePolicyProps.getResourceSelection()LifecyclePolicyProps.Builder.resourceType(LifecyclePolicyResourceType resourceType) Sets the value ofLifecyclePolicyProps.getResourceType()LifecyclePolicyProps.Builder.status(LifecyclePolicyStatus status) Sets the value ofLifecyclePolicyProps.getStatus()Sets the value ofLifecyclePolicyProps.getTags()Constructors in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type LifecyclePolicyProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(LifecyclePolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLifecyclePolicyProps.Builder.