| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Image |
Image.clearTagsEntries()
Removes all the entries added into Tags.
|
Image |
Image.clone() |
Image |
GetImageResult.getImage()
The image object.
|
Image |
Image.withArn(String arn)
The Amazon Resource Name (ARN) of the image.
|
Image |
Image.withDateCreated(String dateCreated)
The date on which this image was created.
|
Image |
Image.withDistributionConfiguration(DistributionConfiguration distributionConfiguration)
The distribution configuration used when creating this image.
|
Image |
Image.withImageRecipe(ImageRecipe imageRecipe)
The image recipe used when creating the image.
|
Image |
Image.withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration used when creating this image.
|
Image |
Image.withInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure used when creating this image.
|
Image |
Image.withName(String name)
The name of the image.
|
Image |
Image.withOutputResources(OutputResources outputResources)
The output resources produced when creating this image.
|
Image |
Image.withPlatform(Platform platform)
The platform of the image.
|
Image |
Image.withPlatform(String platform)
The platform of the image.
|
Image |
Image.withSourcePipelineArn(String sourcePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that created this image.
|
Image |
Image.withSourcePipelineName(String sourcePipelineName)
The name of the image pipeline that created this image.
|
Image |
Image.withState(ImageState state)
The state of the image.
|
Image |
Image.withTags(Map<String,String> tags)
The tags of the image.
|
Image |
Image.withVersion(String version)
The semantic version of the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetImageResult.setImage(Image image)
The image object.
|
GetImageResult |
GetImageResult.withImage(Image image)
The image object.
|
Copyright © 2020. All rights reserved.