default ImageRecipe.Builder |
ImageRecipe.Builder.additionalInstanceConfiguration(Consumer<AdditionalInstanceConfiguration.Builder> additionalInstanceConfiguration) |
Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your
image configuration.
|
ImageRecipe.Builder |
ImageRecipe.Builder.additionalInstanceConfiguration(AdditionalInstanceConfiguration additionalInstanceConfiguration) |
Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your
image configuration.
|
ImageRecipe.Builder |
ImageRecipe.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the image recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.blockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings) |
The block device mappings to apply when creating images from this recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.blockDeviceMappings(Consumer<InstanceBlockDeviceMapping.Builder>... blockDeviceMappings) |
The block device mappings to apply when creating images from this recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.blockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings) |
The block device mappings to apply when creating images from this recipe.
|
static ImageRecipe.Builder |
ImageRecipe.builder() |
|
ImageRecipe.Builder |
ImageRecipe.Builder.components(Collection<ComponentConfiguration> components) |
The components that are included in the image recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.components(Consumer<ComponentConfiguration.Builder>... components) |
The components that are included in the image recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.components(ComponentConfiguration... components) |
The components that are included in the image recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.dateCreated(String dateCreated) |
The date on which this image recipe was created.
|
ImageRecipe.Builder |
ImageRecipe.Builder.description(String description) |
The description of the image recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.name(String name) |
The name of the image recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.owner(String owner) |
The owner of the image recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.parentImage(String parentImage) |
The base image of the image recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.platform(String platform) |
The platform of the image recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.platform(Platform platform) |
The platform of the image recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.tags(Map<String,String> tags) |
The tags of the image recipe.
|
ImageRecipe.Builder |
ImageRecipe.toBuilder() |
|
ImageRecipe.Builder |
ImageRecipe.Builder.type(String type) |
Specifies which type of image is created by the recipe - an AMI or a container image.
|
ImageRecipe.Builder |
ImageRecipe.Builder.type(ImageType type) |
Specifies which type of image is created by the recipe - an AMI or a container image.
|
ImageRecipe.Builder |
ImageRecipe.Builder.version(String version) |
The version of the image recipe.
|
ImageRecipe.Builder |
ImageRecipe.Builder.workingDirectory(String workingDirectory) |
The working directory to be used during build and test workflows.
|