| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentConfiguration |
ComponentConfiguration.clone() |
ComponentConfiguration |
ComponentConfiguration.withComponentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
|
ComponentConfiguration |
ComponentConfiguration.withParameters(Collection<ComponentParameter> parameters)
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
|
ComponentConfiguration |
ComponentConfiguration.withParameters(ComponentParameter... parameters)
A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentConfiguration> |
ContainerRecipe.getComponents()
Build and test components that are included in the container recipe.
|
List<ComponentConfiguration> |
CreateImageRecipeRequest.getComponents()
The components included in the image recipe.
|
List<ComponentConfiguration> |
CreateContainerRecipeRequest.getComponents()
Components for build and test that are included in the container recipe.
|
List<ComponentConfiguration> |
ImageRecipe.getComponents()
The components that are included in the image recipe.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRecipe |
ContainerRecipe.withComponents(ComponentConfiguration... components)
Build and test components that are included in the container recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withComponents(ComponentConfiguration... components)
The components included in the image recipe.
|
CreateContainerRecipeRequest |
CreateContainerRecipeRequest.withComponents(ComponentConfiguration... components)
Components for build and test that are included in the container recipe.
|
ImageRecipe |
ImageRecipe.withComponents(ComponentConfiguration... components)
The components that are included in the image recipe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerRecipe.setComponents(Collection<ComponentConfiguration> components)
Build and test components that are included in the container recipe.
|
void |
CreateImageRecipeRequest.setComponents(Collection<ComponentConfiguration> components)
The components included in the image recipe.
|
void |
CreateContainerRecipeRequest.setComponents(Collection<ComponentConfiguration> components)
Components for build and test that are included in the container recipe.
|
void |
ImageRecipe.setComponents(Collection<ComponentConfiguration> components)
The components that are included in the image recipe.
|
ContainerRecipe |
ContainerRecipe.withComponents(Collection<ComponentConfiguration> components)
Build and test components that are included in the container recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withComponents(Collection<ComponentConfiguration> components)
The components included in the image recipe.
|
CreateContainerRecipeRequest |
CreateContainerRecipeRequest.withComponents(Collection<ComponentConfiguration> components)
Components for build and test that are included in the container recipe.
|
ImageRecipe |
ImageRecipe.withComponents(Collection<ComponentConfiguration> components)
The components that are included in the image recipe.
|
Copyright © 2023. All rights reserved.