| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentConfiguration> |
CreateContainerRecipeRequest.components()
Components for build and test that are included in the container recipe.
|
List<ComponentConfiguration> |
CreateImageRecipeRequest.components()
The components included in the image recipe.
|
List<ComponentConfiguration> |
ContainerRecipe.components()
Build and test components that are included in the container recipe.
|
List<ComponentConfiguration> |
ImageRecipe.components()
The components that are included in the image recipe.
|
| Modifier and Type | Method and Description |
|---|---|
CreateContainerRecipeRequest.Builder |
CreateContainerRecipeRequest.Builder.components(ComponentConfiguration... components)
Components for build and test that are included in the container recipe.
|
CreateImageRecipeRequest.Builder |
CreateImageRecipeRequest.Builder.components(ComponentConfiguration... components)
The components included in the image recipe.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.components(ComponentConfiguration... components)
Build and test components that are included in the container recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.components(ComponentConfiguration... components)
The components that are included in the image recipe.
|
| Modifier and Type | Method and Description |
|---|---|
CreateContainerRecipeRequest.Builder |
CreateContainerRecipeRequest.Builder.components(Collection<ComponentConfiguration> components)
Components for build and test that are included in the container recipe.
|
CreateImageRecipeRequest.Builder |
CreateImageRecipeRequest.Builder.components(Collection<ComponentConfiguration> components)
The components included in the image recipe.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.components(Collection<ComponentConfiguration> components)
Build and test components that are included in the container recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.components(Collection<ComponentConfiguration> components)
The components that are included in the image recipe.
|
Copyright © 2023. All rights reserved.