| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicyDetailFilter |
LifecyclePolicyDetailFilter.clone() |
LifecyclePolicyDetailFilter |
LifecyclePolicyDetail.getFilter()
Specifies the resources that the lifecycle policy applies to.
|
LifecyclePolicyDetailFilter |
LifecyclePolicyDetailFilter.withRetainAtLeast(Integer retainAtLeast)
For age-based filters, this is the number of resources to keep on hand after the lifecycle
DELETE
action is applied. |
LifecyclePolicyDetailFilter |
LifecyclePolicyDetailFilter.withType(LifecyclePolicyDetailFilterType type)
Filter resources based on either
age or count. |
LifecyclePolicyDetailFilter |
LifecyclePolicyDetailFilter.withType(String type)
Filter resources based on either
age or count. |
LifecyclePolicyDetailFilter |
LifecyclePolicyDetailFilter.withUnit(LifecyclePolicyTimeUnit unit)
Defines the unit of time that the lifecycle policy uses to determine impacted resources.
|
LifecyclePolicyDetailFilter |
LifecyclePolicyDetailFilter.withUnit(String unit)
Defines the unit of time that the lifecycle policy uses to determine impacted resources.
|
LifecyclePolicyDetailFilter |
LifecyclePolicyDetailFilter.withValue(Integer value)
The number of units for the time period or for the count.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecyclePolicyDetail.setFilter(LifecyclePolicyDetailFilter filter)
Specifies the resources that the lifecycle policy applies to.
|
LifecyclePolicyDetail |
LifecyclePolicyDetail.withFilter(LifecyclePolicyDetailFilter filter)
Specifies the resources that the lifecycle policy applies to.
|
Copyright © 2023. All rights reserved.