public static interface DeprecateRule.Builder extends SdkPojo, CopyableBuilder<DeprecateRule.Builder,DeprecateRule>
| Modifier and Type | Method and Description |
|---|---|
DeprecateRule.Builder |
count(Integer count)
If the schedule has a count-based retention rule, this parameter specifies the number of oldest AMIs to
deprecate.
|
DeprecateRule.Builder |
interval(Integer interval)
If the schedule has an age-based retention rule, this parameter specifies the period after which to deprecate
AMIs created by the schedule.
|
DeprecateRule.Builder |
intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time in which to measure the Interval.
|
DeprecateRule.Builder |
intervalUnit(String intervalUnit)
The unit of time in which to measure the Interval.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeprecateRule.Builder count(Integer count)
If the schedule has a count-based retention rule, this parameter specifies the number of oldest AMIs to deprecate. The count must be less than or equal to the schedule's retention count, and it can't be greater than 1000.
count - If the schedule has a count-based retention rule, this parameter specifies the number of oldest AMIs
to deprecate. The count must be less than or equal to the schedule's retention count, and it can't be
greater than 1000.DeprecateRule.Builder interval(Integer interval)
If the schedule has an age-based retention rule, this parameter specifies the period after which to deprecate AMIs created by the schedule. The period must be less than or equal to the schedule's retention period, and it can't be greater than 10 years. This is equivalent to 120 months, 520 weeks, or 3650 days.
interval - If the schedule has an age-based retention rule, this parameter specifies the period after which to
deprecate AMIs created by the schedule. The period must be less than or equal to the schedule's
retention period, and it can't be greater than 10 years. This is equivalent to 120 months, 520 weeks,
or 3650 days.DeprecateRule.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,
RetentionIntervalUnitValuesDeprecateRule.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 © 2023. All rights reserved.