| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ImageRecipeSummary |
ImageRecipeSummary.addTagsEntry(String key,
String value) |
ImageRecipeSummary |
ImageRecipeSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ImageRecipeSummary |
ImageRecipeSummary.clone() |
ImageRecipeSummary |
ImageRecipeSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the image recipe.
|
ImageRecipeSummary |
ImageRecipeSummary.withDateCreated(String dateCreated)
The date on which this image recipe was created.
|
ImageRecipeSummary |
ImageRecipeSummary.withName(String name)
The name of the image recipe.
|
ImageRecipeSummary |
ImageRecipeSummary.withOwner(String owner)
The owner of the image recipe.
|
ImageRecipeSummary |
ImageRecipeSummary.withParentImage(String parentImage)
The parent image of the image recipe.
|
ImageRecipeSummary |
ImageRecipeSummary.withPlatform(Platform platform)
The platform of the image recipe.
|
ImageRecipeSummary |
ImageRecipeSummary.withPlatform(String platform)
The platform of the image recipe.
|
ImageRecipeSummary |
ImageRecipeSummary.withTags(Map<String,String> tags)
The tags of the image recipe.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageRecipeSummary> |
ListImageRecipesResult.getImageRecipeSummaryList()
The list of image pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
ListImageRecipesResult |
ListImageRecipesResult.withImageRecipeSummaryList(ImageRecipeSummary... imageRecipeSummaryList)
The list of image pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImageRecipesResult.setImageRecipeSummaryList(Collection<ImageRecipeSummary> imageRecipeSummaryList)
The list of image pipelines.
|
ListImageRecipesResult |
ListImageRecipesResult.withImageRecipeSummaryList(Collection<ImageRecipeSummary> imageRecipeSummaryList)
The list of image pipelines.
|
Copyright © 2019. All rights reserved.