public static interface CrossRegionCopyRetainRule.Builder extends SdkPojo, CopyableBuilder<CrossRegionCopyRetainRule.Builder,CrossRegionCopyRetainRule>
| Modifier and Type | Method and Description |
|---|---|
CrossRegionCopyRetainRule.Builder |
interval(Integer interval)
The amount of time to retain each snapshot.
|
CrossRegionCopyRetainRule.Builder |
intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time for time-based retention.
|
CrossRegionCopyRetainRule.Builder |
intervalUnit(String intervalUnit)
The unit of time for time-based retention.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCrossRegionCopyRetainRule.Builder interval(Integer interval)
The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
interval - The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200
months, 5200 weeks, or 36500 days.CrossRegionCopyRetainRule.Builder intervalUnit(String intervalUnit)
The unit of time for time-based retention.
intervalUnit - The unit of time for time-based retention.RetentionIntervalUnitValues,
RetentionIntervalUnitValuesCrossRegionCopyRetainRule.Builder intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time for time-based retention.
intervalUnit - The unit of time for time-based retention.RetentionIntervalUnitValues,
RetentionIntervalUnitValuesCopyright © 2021. All rights reserved.