public static interface ImagePipeline.Builder extends SdkPojo, CopyableBuilder<ImagePipeline.Builder,ImagePipeline>
| Modifier and Type | Method and Description |
|---|---|
ImagePipeline.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the image pipeline.
|
ImagePipeline.Builder |
containerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
|
ImagePipeline.Builder |
dateCreated(String dateCreated)
The date on which this image pipeline was created.
|
ImagePipeline.Builder |
dateLastRun(String dateLastRun)
This is no longer supported, and does not return a value.
|
ImagePipeline.Builder |
dateNextRun(String dateNextRun)
The next date when the pipeline is scheduled to run.
|
ImagePipeline.Builder |
dateUpdated(String dateUpdated)
The date on which this image pipeline was last updated.
|
ImagePipeline.Builder |
description(String description)
The description of the image pipeline.
|
ImagePipeline.Builder |
distributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
|
ImagePipeline.Builder |
enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version
and package list.
|
ImagePipeline.Builder |
imageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
|
default ImagePipeline.Builder |
imageScanningConfiguration(Consumer<ImageScanningConfiguration.Builder> imageScanningConfiguration)
Contains settings for vulnerability scans.
|
ImagePipeline.Builder |
imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Contains settings for vulnerability scans.
|
default ImagePipeline.Builder |
imageTestsConfiguration(Consumer<ImageTestsConfiguration.Builder> imageTestsConfiguration)
The image tests configuration of the image pipeline.
|
ImagePipeline.Builder |
imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image pipeline.
|
ImagePipeline.Builder |
infrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
|
ImagePipeline.Builder |
name(String name)
The name of the image pipeline.
|
ImagePipeline.Builder |
platform(Platform platform)
The platform of the image pipeline.
|
ImagePipeline.Builder |
platform(String platform)
The platform of the image pipeline.
|
default ImagePipeline.Builder |
schedule(Consumer<Schedule.Builder> schedule)
The schedule of the image pipeline.
|
ImagePipeline.Builder |
schedule(Schedule schedule)
The schedule of the image pipeline.
|
ImagePipeline.Builder |
status(PipelineStatus status)
The status of the image pipeline.
|
ImagePipeline.Builder |
status(String status)
The status of the image pipeline.
|
ImagePipeline.Builder |
tags(Map<String,String> tags)
The tags of this image pipeline.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImagePipeline.Builder arn(String arn)
The Amazon Resource Name (ARN) of the image pipeline.
arn - The Amazon Resource Name (ARN) of the image pipeline.ImagePipeline.Builder name(String name)
The name of the image pipeline.
name - The name of the image pipeline.ImagePipeline.Builder description(String description)
The description of the image pipeline.
description - The description of the image pipeline.ImagePipeline.Builder platform(String platform)
The platform of the image pipeline.
ImagePipeline.Builder platform(Platform platform)
The platform of the image pipeline.
ImagePipeline.Builder enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
enhancedImageMetadataEnabled - Collects additional information about the image being created, including the operating system (OS)
version and package list. This information is used to enhance the overall experience of using EC2
Image Builder. Enabled by default.ImagePipeline.Builder imageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
imageRecipeArn - The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.ImagePipeline.Builder containerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
containerRecipeArn - The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.ImagePipeline.Builder infrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
infrastructureConfigurationArn - The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image
pipeline.ImagePipeline.Builder distributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
distributionConfigurationArn - The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.ImagePipeline.Builder imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image pipeline.
imageTestsConfiguration - The image tests configuration of the image pipeline.default ImagePipeline.Builder imageTestsConfiguration(Consumer<ImageTestsConfiguration.Builder> imageTestsConfiguration)
The image tests configuration of the image pipeline.
This is a convenience method that creates an instance of theImageTestsConfiguration.Builder avoiding
the need to create one manually via ImageTestsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to imageTestsConfiguration(ImageTestsConfiguration).
imageTestsConfiguration - a consumer that will call methods on ImageTestsConfiguration.BuilderimageTestsConfiguration(ImageTestsConfiguration)ImagePipeline.Builder schedule(Schedule schedule)
The schedule of the image pipeline.
schedule - The schedule of the image pipeline.default ImagePipeline.Builder schedule(Consumer<Schedule.Builder> schedule)
The schedule of the image pipeline.
This is a convenience method that creates an instance of theSchedule.Builder avoiding the need to
create one manually via Schedule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to schedule(Schedule).
schedule - a consumer that will call methods on Schedule.Builderschedule(Schedule)ImagePipeline.Builder status(String status)
The status of the image pipeline.
status - The status of the image pipeline.PipelineStatus,
PipelineStatusImagePipeline.Builder status(PipelineStatus status)
The status of the image pipeline.
status - The status of the image pipeline.PipelineStatus,
PipelineStatusImagePipeline.Builder dateCreated(String dateCreated)
The date on which this image pipeline was created.
dateCreated - The date on which this image pipeline was created.ImagePipeline.Builder dateUpdated(String dateUpdated)
The date on which this image pipeline was last updated.
dateUpdated - The date on which this image pipeline was last updated.ImagePipeline.Builder dateLastRun(String dateLastRun)
This is no longer supported, and does not return a value.
dateLastRun - This is no longer supported, and does not return a value.ImagePipeline.Builder dateNextRun(String dateNextRun)
The next date when the pipeline is scheduled to run.
dateNextRun - The next date when the pipeline is scheduled to run.ImagePipeline.Builder tags(Map<String,String> tags)
The tags of this image pipeline.
tags - The tags of this image pipeline.ImagePipeline.Builder imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Contains settings for vulnerability scans.
imageScanningConfiguration - Contains settings for vulnerability scans.default ImagePipeline.Builder imageScanningConfiguration(Consumer<ImageScanningConfiguration.Builder> imageScanningConfiguration)
Contains settings for vulnerability scans.
This is a convenience method that creates an instance of theImageScanningConfiguration.Builder
avoiding the need to create one manually via ImageScanningConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to imageScanningConfiguration(ImageScanningConfiguration).
imageScanningConfiguration - a consumer that will call methods on ImageScanningConfiguration.BuilderimageScanningConfiguration(ImageScanningConfiguration)Copyright © 2023. All rights reserved.