| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ImageSummary |
ImageSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ImageSummary |
ImageSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ImageSummary |
ImageSummary.clone() |
ImageSummary |
ImageSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the image.
|
ImageSummary |
ImageSummary.withBuildType(BuildType buildType)
Indicates the type of build that created this image.
|
ImageSummary |
ImageSummary.withBuildType(String buildType)
Indicates the type of build that created this image.
|
ImageSummary |
ImageSummary.withDateCreated(String dateCreated)
The date on which Image Builder created this image.
|
ImageSummary |
ImageSummary.withImageSource(ImageSource imageSource)
The origin of the base image that Image Builder used to build this image.
|
ImageSummary |
ImageSummary.withImageSource(String imageSource)
The origin of the base image that Image Builder used to build this image.
|
ImageSummary |
ImageSummary.withName(String name)
The name of the image.
|
ImageSummary |
ImageSummary.withOsVersion(String osVersion)
The operating system version of the instances that launch from this image.
|
ImageSummary |
ImageSummary.withOutputResources(OutputResources outputResources)
The output resources that Image Builder produced when it created this image.
|
ImageSummary |
ImageSummary.withOwner(String owner)
The owner of the image.
|
ImageSummary |
ImageSummary.withPlatform(Platform platform)
The image operating system platform, such as Linux or Windows.
|
ImageSummary |
ImageSummary.withPlatform(String platform)
The image operating system platform, such as Linux or Windows.
|
ImageSummary |
ImageSummary.withState(ImageState state)
The state of the image.
|
ImageSummary |
ImageSummary.withTags(Map<String,String> tags)
The tags that apply to this image.
|
ImageSummary |
ImageSummary.withType(ImageType type)
Specifies whether this image produces an AMI or a container image.
|
ImageSummary |
ImageSummary.withType(String type)
Specifies whether this image produces an AMI or a container image.
|
ImageSummary |
ImageSummary.withVersion(String version)
The version of the image.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageSummary> |
ListImagePipelineImagesResult.getImageSummaryList()
The list of images built by this pipeline.
|
List<ImageSummary> |
ListImageBuildVersionsResult.getImageSummaryList()
The list of image build versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListImagePipelineImagesResult |
ListImagePipelineImagesResult.withImageSummaryList(ImageSummary... imageSummaryList)
The list of images built by this pipeline.
|
ListImageBuildVersionsResult |
ListImageBuildVersionsResult.withImageSummaryList(ImageSummary... imageSummaryList)
The list of image build versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImagePipelineImagesResult.setImageSummaryList(Collection<ImageSummary> imageSummaryList)
The list of images built by this pipeline.
|
void |
ListImageBuildVersionsResult.setImageSummaryList(Collection<ImageSummary> imageSummaryList)
The list of image build versions.
|
ListImagePipelineImagesResult |
ListImagePipelineImagesResult.withImageSummaryList(Collection<ImageSummary> imageSummaryList)
The list of images built by this pipeline.
|
ListImageBuildVersionsResult |
ListImageBuildVersionsResult.withImageSummaryList(Collection<ImageSummary> imageSummaryList)
The list of image build versions.
|
Copyright © 2023. All rights reserved.