public static interface CrossRegionCopyDeprecateRule.Builder extends SdkPojo, CopyableBuilder<CrossRegionCopyDeprecateRule.Builder,CrossRegionCopyDeprecateRule>
| Modifier and Type | Method and Description |
|---|---|
CrossRegionCopyDeprecateRule.Builder |
interval(Integer interval)
The period after which to deprecate the cross-Region AMI copies.
|
CrossRegionCopyDeprecateRule.Builder |
intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time in which to measure the Interval.
|
CrossRegionCopyDeprecateRule.Builder |
intervalUnit(String intervalUnit)
The unit of time in which to measure the Interval.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCrossRegionCopyDeprecateRule.Builder interval(Integer interval)
The period after which to deprecate the cross-Region AMI copies. The period must be less than or equal to the cross-Region AMI copy retention period, and it can't be greater than 10 years. This is equivalent to 120 months, 520 weeks, or 3650 days.
interval - The period after which to deprecate the cross-Region AMI copies. The period must be less than or equal
to the cross-Region AMI copy retention period, and it can't be greater than 10 years. This is
equivalent to 120 months, 520 weeks, or 3650 days.CrossRegionCopyDeprecateRule.Builder intervalUnit(String intervalUnit)
The unit of time in which to measure the Interval.
intervalUnit - The unit of time in which to measure the Interval.RetentionIntervalUnitValues,
RetentionIntervalUnitValuesCrossRegionCopyDeprecateRule.Builder intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time in which to measure the Interval.
intervalUnit - The unit of time in which to measure the Interval.RetentionIntervalUnitValues,
RetentionIntervalUnitValuesCopyright © 2022. All rights reserved.