Uses of Class
software.amazon.awscdk.services.ecr.LifecycleRule.Builder
-
Uses of LifecycleRule.Builder in software.amazon.awscdk.services.ecr
Modifier and TypeMethodDescriptionstatic LifecycleRule.Builder
LifecycleRule.builder()
LifecycleRule.Builder.description
(String description) Sets the value ofLifecycleRule.getDescription()
LifecycleRule.Builder.maxImageAge
(Duration maxImageAge) Sets the value ofLifecycleRule.getMaxImageAge()
LifecycleRule.Builder.maxImageCount
(Number maxImageCount) Sets the value ofLifecycleRule.getMaxImageCount()
LifecycleRule.Builder.rulePriority
(Number rulePriority) Sets the value ofLifecycleRule.getRulePriority()
LifecycleRule.Builder.tagPatternList
(List<String> tagPatternList) Sets the value ofLifecycleRule.getTagPatternList()
LifecycleRule.Builder.tagPrefixList
(List<String> tagPrefixList) Sets the value ofLifecycleRule.getTagPrefixList()
Sets the value ofLifecycleRule.getTagStatus()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(LifecycleRule.Builder builder) Constructor that initializes the object based on literal property values passed by theLifecycleRule.Builder
.