ImagePipeline.Builder |
ImagePipeline.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the image pipeline.
|
static ImagePipeline.Builder |
ImagePipeline.builder() |
|
ImagePipeline.Builder |
ImagePipeline.Builder.containerRecipeArn(String containerRecipeArn) |
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.dateCreated(String dateCreated) |
The date on which this image pipeline was created.
|
ImagePipeline.Builder |
ImagePipeline.Builder.dateLastRun(String dateLastRun) |
This is no longer supported, and does not return a value.
|
ImagePipeline.Builder |
ImagePipeline.Builder.dateNextRun(String dateNextRun) |
The next date when the pipeline is scheduled to run.
|
ImagePipeline.Builder |
ImagePipeline.Builder.dateUpdated(String dateUpdated) |
The date on which this image pipeline was last updated.
|
ImagePipeline.Builder |
ImagePipeline.Builder.description(String description) |
The description of the image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.distributionConfigurationArn(String distributionConfigurationArn) |
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled) |
Collects additional information about the image being created, including the operating system (OS) version
and package list.
|
ImagePipeline.Builder |
ImagePipeline.Builder.executionRole(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.Builder |
ImagePipeline.Builder.imageRecipeArn(String imageRecipeArn) |
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
|
default ImagePipeline.Builder |
ImagePipeline.Builder.imageScanningConfiguration(Consumer<ImageScanningConfiguration.Builder> imageScanningConfiguration) |
Contains settings for vulnerability scans.
|
ImagePipeline.Builder |
ImagePipeline.Builder.imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration) |
Contains settings for vulnerability scans.
|
default ImagePipeline.Builder |
ImagePipeline.Builder.imageTestsConfiguration(Consumer<ImageTestsConfiguration.Builder> imageTestsConfiguration) |
The image tests configuration of the image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration) |
The image tests configuration of the image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.infrastructureConfigurationArn(String infrastructureConfigurationArn) |
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.name(String name) |
The name of the image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.platform(String platform) |
The platform of the image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.platform(Platform platform) |
The platform of the image pipeline.
|
default ImagePipeline.Builder |
ImagePipeline.Builder.schedule(Consumer<Schedule.Builder> schedule) |
The schedule of the image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.schedule(Schedule schedule) |
The schedule of the image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.status(String status) |
The status of the image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.status(PipelineStatus status) |
The status of the image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.tags(Map<String,String> tags) |
The tags of this image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.toBuilder() |
|
ImagePipeline.Builder |
ImagePipeline.Builder.workflows(Collection<WorkflowConfiguration> workflows) |
Contains the workflows that run for the image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.workflows(Consumer<WorkflowConfiguration.Builder>... workflows) |
Contains the workflows that run for the image pipeline.
|
ImagePipeline.Builder |
ImagePipeline.Builder.workflows(WorkflowConfiguration... workflows) |
Contains the workflows that run for the image pipeline.
|