| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ImagePipeline |
ImagePipeline.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ImagePipeline |
ImagePipeline.clearTagsEntries()
Removes all the entries added into Tags.
|
ImagePipeline |
ImagePipeline.clone() |
ImagePipeline |
GetImagePipelineResult.getImagePipeline()
The image pipeline object.
|
ImagePipeline |
ImagePipeline.withArn(String arn)
The Amazon Resource Name (ARN) of the image pipeline.
|
ImagePipeline |
ImagePipeline.withContainerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
|
ImagePipeline |
ImagePipeline.withDateCreated(String dateCreated)
The date on which this image pipeline was created.
|
ImagePipeline |
ImagePipeline.withDateLastRun(String dateLastRun)
This is no longer supported, and does not return a value.
|
ImagePipeline |
ImagePipeline.withDateNextRun(String dateNextRun)
The next date when the pipeline is scheduled to run.
|
ImagePipeline |
ImagePipeline.withDateUpdated(String dateUpdated)
The date on which this image pipeline was last updated.
|
ImagePipeline |
ImagePipeline.withDescription(String description)
The description of the image pipeline.
|
ImagePipeline |
ImagePipeline.withDistributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
|
ImagePipeline |
ImagePipeline.withEnhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and
package list.
|
ImagePipeline |
ImagePipeline.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.
|
ImagePipeline |
ImagePipeline.withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
|
ImagePipeline |
ImagePipeline.withImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Contains settings for vulnerability scans.
|
ImagePipeline |
ImagePipeline.withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image pipeline.
|
ImagePipeline |
ImagePipeline.withInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
|
ImagePipeline |
ImagePipeline.withName(String name)
The name of the image pipeline.
|
ImagePipeline |
ImagePipeline.withPlatform(Platform platform)
The platform of the image pipeline.
|
ImagePipeline |
ImagePipeline.withPlatform(String platform)
The platform of the image pipeline.
|
ImagePipeline |
ImagePipeline.withSchedule(Schedule schedule)
The schedule of the image pipeline.
|
ImagePipeline |
ImagePipeline.withStatus(PipelineStatus status)
The status of the image pipeline.
|
ImagePipeline |
ImagePipeline.withStatus(String status)
The status of the image pipeline.
|
ImagePipeline |
ImagePipeline.withTags(Map<String,String> tags)
The tags of this image pipeline.
|
ImagePipeline |
ImagePipeline.withWorkflows(Collection<WorkflowConfiguration> workflows)
Contains the workflows that run for the image pipeline.
|
ImagePipeline |
ImagePipeline.withWorkflows(WorkflowConfiguration... workflows)
Contains the workflows that run for the image pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImagePipeline> |
ListImagePipelinesResult.getImagePipelineList()
The list of image pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetImagePipelineResult.setImagePipeline(ImagePipeline imagePipeline)
The image pipeline object.
|
GetImagePipelineResult |
GetImagePipelineResult.withImagePipeline(ImagePipeline imagePipeline)
The image pipeline object.
|
ListImagePipelinesResult |
ListImagePipelinesResult.withImagePipelineList(ImagePipeline... imagePipelineList)
The list of image pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImagePipelinesResult.setImagePipelineList(Collection<ImagePipeline> imagePipelineList)
The list of image pipelines.
|
ListImagePipelinesResult |
ListImagePipelinesResult.withImagePipelineList(Collection<ImagePipeline> imagePipelineList)
The list of image pipelines.
|
Copyright © 2023. All rights reserved.