| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
static PITPolicyRule.Builder |
PITPolicyRule.builder() |
PITPolicyRule.Builder |
PITPolicyRule.Builder.enabled(Boolean enabled)
Whether this rule is enabled or not.
|
PITPolicyRule.Builder |
PITPolicyRule.Builder.interval(Integer interval)
How often, in the chosen units, a snapshot should be taken.
|
PITPolicyRule.Builder |
PITPolicyRule.Builder.retentionDuration(Integer retentionDuration)
The duration to retain a snapshot for, in the chosen units.
|
PITPolicyRule.Builder |
PITPolicyRule.Builder.ruleID(Long ruleID)
The ID of the rule.
|
PITPolicyRule.Builder |
PITPolicyRule.toBuilder() |
PITPolicyRule.Builder |
PITPolicyRule.Builder.units(PITPolicyRuleUnits units)
The units used to measure the interval and retentionDuration.
|
PITPolicyRule.Builder |
PITPolicyRule.Builder.units(String units)
The units used to measure the interval and retentionDuration.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PITPolicyRule.Builder> |
PITPolicyRule.serializableBuilderClass() |
Copyright © 2023. All rights reserved.