| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ImageVersion |
ImageVersion.clone() |
ImageVersion |
ImageVersion.withArn(String arn)
The Amazon Resource Name (ARN) of a specific version of an Image Builder image.
|
ImageVersion |
ImageVersion.withDateCreated(String dateCreated)
The date on which this specific version of the Image Builder image was created.
|
ImageVersion |
ImageVersion.withName(String name)
The name of this specific version of an Image Builder image.
|
ImageVersion |
ImageVersion.withOsVersion(String osVersion)
The operating system version of the Amazon EC2 build instance.
|
ImageVersion |
ImageVersion.withOwner(String owner)
The owner of the image version.
|
ImageVersion |
ImageVersion.withPlatform(Platform platform)
The platform of the image version, for example "Windows" or "Linux".
|
ImageVersion |
ImageVersion.withPlatform(String platform)
The platform of the image version, for example "Windows" or "Linux".
|
ImageVersion |
ImageVersion.withType(ImageType type)
Specifies whether this image is an AMI or a container image.
|
ImageVersion |
ImageVersion.withType(String type)
Specifies whether this image is an AMI or a container image.
|
ImageVersion |
ImageVersion.withVersion(String version)
Details for a specific version of an Image Builder image.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageVersion> |
ListImagesResult.getImageVersionList()
The list of image semantic versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListImagesResult |
ListImagesResult.withImageVersionList(ImageVersion... imageVersionList)
The list of image semantic versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImagesResult.setImageVersionList(Collection<ImageVersion> imageVersionList)
The list of image semantic versions.
|
ListImagesResult |
ListImagesResult.withImageVersionList(Collection<ImageVersion> imageVersionList)
The list of image semantic versions.
|
Copyright © 2021. All rights reserved.