| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentConfiguration> |
ImageRecipe.components()
The components of the image recipe.
|
List<ComponentConfiguration> |
CreateImageRecipeRequest.components()
The components of the image recipe.
|
| Modifier and Type | Method and Description |
|---|---|
ImageRecipe.Builder |
ImageRecipe.Builder.components(ComponentConfiguration... components)
The components of the image recipe.
|
CreateImageRecipeRequest.Builder |
CreateImageRecipeRequest.Builder.components(ComponentConfiguration... components)
The components of the image recipe.
|
| Modifier and Type | Method and Description |
|---|---|
ImageRecipe.Builder |
ImageRecipe.Builder.components(Collection<ComponentConfiguration> components)
The components of the image recipe.
|
CreateImageRecipeRequest.Builder |
CreateImageRecipeRequest.Builder.components(Collection<ComponentConfiguration> components)
The components of the image recipe.
|
Copyright © 2020. All rights reserved.