| 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.withBuildType(BuildType buildType)
Indicates the type of build that created this image.
|
Image |
Image.withBuildType(String buildType)
Indicates the type of build that created this image.
|
Image |
Image.withContainerRecipe(ContainerRecipe containerRecipe)
For container images, this is the container recipe that Image Builder used to create the image.
|
Image |
Image.withDateCreated(String dateCreated)
The date on which Image Builder created this image.
|
Image |
Image.withDeprecationTime(Date deprecationTime)
The time when deprecation occurs for an image resource.
|
Image |
Image.withDistributionConfiguration(DistributionConfiguration distributionConfiguration)
The distribution configuration that Image Builder used to create this image.
|
Image |
Image.withEnhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Indicates whether Image Builder collects additional information about the image, such as the operating system
(OS) version and package list.
|
Image |
Image.withExecutionRole(String executionRole)
The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform
workflow actions.
|
Image |
Image.withImageRecipe(ImageRecipe imageRecipe)
For images that distribute an AMI, this is the image recipe that Image Builder used to create the image.
|
Image |
Image.withImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Contains settings for vulnerability scans.
|
Image |
Image.withImageSource(ImageSource imageSource)
The origin of the base image that Image Builder used to build this image.
|
Image |
Image.withImageSource(String imageSource)
The origin of the base image that Image Builder used to build this image.
|
Image |
Image.withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests that ran when that Image Builder created this image.
|
Image |
Image.withInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure that Image Builder used to create this image.
|
Image |
Image.withLifecycleExecutionId(String lifecycleExecutionId)
Identifies the last runtime instance of the lifecycle policy to take action on the image.
|
Image |
Image.withName(String name)
The name of the image.
|
Image |
Image.withOsVersion(String osVersion)
The operating system version for instances that launch from this image.
|
Image |
Image.withOutputResources(OutputResources outputResources)
The output resources that Image Builder produces for this image.
|
Image |
Image.withPlatform(Platform platform)
The image operating system platform, such as Linux or Windows.
|
Image |
Image.withPlatform(String platform)
The image operating system platform, such as Linux or Windows.
|
Image |
Image.withScanState(ImageScanState scanState)
Contains information about the current state of scans for this 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 that apply to this image.
|
Image |
Image.withType(ImageType type)
Specifies whether this image produces an AMI or a container image.
|
Image |
Image.withType(String type)
Specifies whether this image produces an AMI or a container image.
|
Image |
Image.withVersion(String version)
The semantic version of the image.
|
Image |
Image.withWorkflows(Collection<WorkflowConfiguration> workflows)
Contains the build and test workflows that are associated with the image.
|
Image |
Image.withWorkflows(WorkflowConfiguration... workflows)
Contains the build and test workflows that are associated with 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 © 2023. All rights reserved.