| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ImageRecipe |
ImageRecipe.addTagsEntry(String key,
String value) |
ImageRecipe |
ImageRecipe.clearTagsEntries()
Removes all the entries added into Tags.
|
ImageRecipe |
ImageRecipe.clone() |
ImageRecipe |
Image.getImageRecipe()
The image recipe used when creating the image.
|
ImageRecipe |
GetImageRecipeResult.getImageRecipe()
The image recipe object.
|
ImageRecipe |
ImageRecipe.withArn(String arn)
The Amazon Resource Name (ARN) of the image recipe.
|
ImageRecipe |
ImageRecipe.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mappings to apply when creating images from this recipe.
|
ImageRecipe |
ImageRecipe.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
The block device mappings to apply when creating images from this recipe.
|
ImageRecipe |
ImageRecipe.withComponents(Collection<ComponentConfiguration> components)
The components of the image recipe.
|
ImageRecipe |
ImageRecipe.withComponents(ComponentConfiguration... components)
The components of the image recipe.
|
ImageRecipe |
ImageRecipe.withDateCreated(String dateCreated)
The date on which this image recipe was created.
|
ImageRecipe |
ImageRecipe.withDescription(String description)
The description of the image recipe.
|
ImageRecipe |
ImageRecipe.withName(String name)
The name of the image recipe.
|
ImageRecipe |
ImageRecipe.withOwner(String owner)
The owner of the image recipe.
|
ImageRecipe |
ImageRecipe.withParentImage(String parentImage)
The parent image of the image recipe.
|
ImageRecipe |
ImageRecipe.withPlatform(Platform platform)
The platform of the image recipe.
|
ImageRecipe |
ImageRecipe.withPlatform(String platform)
The platform of the image recipe.
|
ImageRecipe |
ImageRecipe.withTags(Map<String,String> tags)
The tags of the image recipe.
|
ImageRecipe |
ImageRecipe.withVersion(String version)
The version of the image recipe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setImageRecipe(ImageRecipe imageRecipe)
The image recipe used when creating the image.
|
void |
GetImageRecipeResult.setImageRecipe(ImageRecipe imageRecipe)
The image recipe object.
|
Image |
Image.withImageRecipe(ImageRecipe imageRecipe)
The image recipe used when creating the image.
|
GetImageRecipeResult |
GetImageRecipeResult.withImageRecipe(ImageRecipe imageRecipe)
The image recipe object.
|
Copyright © 2020. All rights reserved.