Uses of Interface
software.amazon.awssdk.services.drs.model.PITPolicyRule.Builder
-
Packages that use PITPolicyRule.Builder Package Description software.amazon.awssdk.services.drs.model -
-
Uses of PITPolicyRule.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return PITPolicyRule.Builder Modifier and Type Method Description static PITPolicyRule.BuilderPITPolicyRule. builder()PITPolicyRule.BuilderPITPolicyRule.Builder. enabled(Boolean enabled)Whether this rule is enabled or not.PITPolicyRule.BuilderPITPolicyRule.Builder. interval(Integer interval)How often, in the chosen units, a snapshot should be taken.PITPolicyRule.BuilderPITPolicyRule.Builder. retentionDuration(Integer retentionDuration)The duration to retain a snapshot for, in the chosen units.PITPolicyRule.BuilderPITPolicyRule.Builder. ruleID(Long ruleID)The ID of the rule.PITPolicyRule.BuilderPITPolicyRule. toBuilder()PITPolicyRule.BuilderPITPolicyRule.Builder. units(String units)The units used to measure the interval and retentionDuration.PITPolicyRule.BuilderPITPolicyRule.Builder. units(PITPolicyRuleUnits units)The units used to measure the interval and retentionDuration.Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type PITPolicyRule.Builder Modifier and Type Method Description static Class<? extends PITPolicyRule.Builder>PITPolicyRule. serializableBuilderClass()
-