Uses of Class
software.amazon.awscdk.services.rbin.CfnRule.Builder
Packages that use CfnRule.Builder
-
Uses of CfnRule.Builder in software.amazon.awscdk.services.rbin
Methods in software.amazon.awscdk.services.rbin that return CfnRule.BuilderModifier and TypeMethodDescriptionstatic CfnRule.BuilderCfnRule.Builder.description(String description) The description of the retention rule.CfnRule.Builder.excludeResourceTags(List<? extends Object> excludeResourceTags) Information about the exclude resource tags used to identify resources that are excluded by the retention rule.CfnRule.Builder.excludeResourceTags(IResolvable excludeResourceTags) Information about the exclude resource tags used to identify resources that are excluded by the retention rule.CfnRule.Builder.lockConfiguration(IResolvable lockConfiguration) CfnRule.Builder.lockConfiguration(CfnRule.UnlockDelayProperty lockConfiguration) CfnRule.Builder.resourceTags(List<? extends Object> resourceTags) Information about the resource tags used to identify resources that are retained by the retention rule.CfnRule.Builder.resourceTags(IResolvable resourceTags) Information about the resource tags used to identify resources that are retained by the retention rule.CfnRule.Builder.resourceType(String resourceType) The resource type retained by the retention rule.CfnRule.Builder.retentionPeriod(IResolvable retentionPeriod) The retention period of the rule.CfnRule.Builder.retentionPeriod(CfnRule.RetentionPeriodProperty retentionPeriod) The retention period of the rule.The state of the retention rule.Information about the tags assigned to the retention rule.