| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicyResourceSelectionRecipe |
LifecyclePolicyResourceSelectionRecipe.clone() |
LifecyclePolicyResourceSelectionRecipe |
LifecyclePolicyResourceSelectionRecipe.withName(String name)
The name of an Image Builder recipe that the lifecycle policy uses for resource selection.
|
LifecyclePolicyResourceSelectionRecipe |
LifecyclePolicyResourceSelectionRecipe.withSemanticVersion(String semanticVersion)
The version of the Image Builder recipe specified by the
name field. |
| Modifier and Type | Method and Description |
|---|---|
List<LifecyclePolicyResourceSelectionRecipe> |
LifecyclePolicyResourceSelection.getRecipes()
A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.
|
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicyResourceSelection |
LifecyclePolicyResourceSelection.withRecipes(LifecyclePolicyResourceSelectionRecipe... recipes)
A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecyclePolicyResourceSelection.setRecipes(Collection<LifecyclePolicyResourceSelectionRecipe> recipes)
A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.
|
LifecyclePolicyResourceSelection |
LifecyclePolicyResourceSelection.withRecipes(Collection<LifecyclePolicyResourceSelectionRecipe> recipes)
A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.
|
Copyright © 2023. All rights reserved.