Interface ImagePipeline.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImagePipeline.Builder,,ImagePipeline> SdkBuilder<ImagePipeline.Builder,,ImagePipeline> SdkPojo
- Enclosing class:
ImagePipeline
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the image pipeline.consecutiveFailures(Integer consecutiveFailures) Image Builder tracks the number of consecutive failures for scheduled pipeline executions and takes one of the following actions each time it runs on a schedule:containerRecipeArn(String containerRecipeArn) The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.dateCreated(String dateCreated) The date on which this image pipeline was created.dateLastRun(String dateLastRun) The date on which this image pipeline was last run.dateNextRun(String dateNextRun) The next date when the pipeline is scheduled to run.dateUpdated(String dateUpdated) The date on which this image pipeline was last updated.description(String description) The description of the image pipeline.distributionConfigurationArn(String distributionConfigurationArn) The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled) Specifies whether to collect additional information about the image being created, including the operating system (OS) version and package list.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.imageRecipeArn(String imageRecipeArn) The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.default ImagePipeline.BuilderimageScanningConfiguration(Consumer<ImageScanningConfiguration.Builder> imageScanningConfiguration) Contains settings for vulnerability scans that Amazon Inspector runs against the test instance during image creation.imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration) Contains settings for vulnerability scans that Amazon Inspector runs against the test instance during image creation.The tags that Image Builder applies to the Image Builder image resource that this pipeline's scheduled executions create.default ImagePipeline.BuilderimageTestsConfiguration(Consumer<ImageTestsConfiguration.Builder> imageTestsConfiguration) The image tests configuration of the image pipeline.imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration) The image tests configuration of the image pipeline.infrastructureConfigurationArn(String infrastructureConfigurationArn) The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.lastRunStatus(String lastRunStatus) The status of the last image that this pipeline built, such asBUILDING,TESTING,FAILED, orAVAILABLE.lastRunStatus(ImageStatus lastRunStatus) The status of the last image that this pipeline built, such asBUILDING,TESTING,FAILED, orAVAILABLE.default ImagePipeline.BuilderloggingConfiguration(Consumer<PipelineLoggingConfiguration.Builder> loggingConfiguration) The CloudWatch Logs configuration for the pipeline: the log group for image build logs and the log group for pipeline execution logs.loggingConfiguration(PipelineLoggingConfiguration loggingConfiguration) The CloudWatch Logs configuration for the pipeline: the log group for image build logs and the log group for pipeline execution logs.The name of the image pipeline.The platform of the image pipeline, inherited from the recipe that the pipeline uses.The platform of the image pipeline, inherited from the recipe that the pipeline uses.default ImagePipeline.Builderschedule(Consumer<Schedule.Builder> schedule) The schedule of the image pipeline.The schedule of the image pipeline.The status of the image pipeline.status(PipelineStatus status) The status of the image pipeline.The tags of this image pipeline.workflows(Collection<WorkflowConfiguration> workflows) Contains the workflows that run for the image pipeline.workflows(Consumer<WorkflowConfiguration.Builder>... workflows) Contains the workflows that run for the image pipeline.workflows(WorkflowConfiguration... workflows) Contains the workflows that run for the image pipeline.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the image pipeline.
- Parameters:
arn- The Amazon Resource Name (ARN) of the image pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the image pipeline.
- Parameters:
name- The name of the image pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the image pipeline.
- Parameters:
description- The description of the image pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
The platform of the image pipeline, inherited from the recipe that the pipeline uses.
- Parameters:
platform- The platform of the image pipeline, inherited from the recipe that the pipeline uses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
platform
The platform of the image pipeline, inherited from the recipe that the pipeline uses.
- Parameters:
platform- The platform of the image pipeline, inherited from the recipe that the pipeline uses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enhancedImageMetadataEnabled
Specifies whether to collect additional information about the image being created, including the operating system (OS) version and package list. Defaults to
true.- Parameters:
enhancedImageMetadataEnabled- Specifies whether to collect additional information about the image being created, including the operating system (OS) version and package list. Defaults totrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageRecipeArn
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
- Parameters:
imageRecipeArn- The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerRecipeArn
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
- Parameters:
containerRecipeArn- The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
infrastructureConfigurationArn
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
- Parameters:
infrastructureConfigurationArn- The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
distributionConfigurationArn
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
- Parameters:
distributionConfigurationArn- The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageTestsConfiguration
The image tests configuration of the image pipeline.
- Parameters:
imageTestsConfiguration- The image tests configuration of the image pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageTestsConfiguration
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.Builderavoiding the need to create one manually viaImageTestsConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimageTestsConfiguration(ImageTestsConfiguration).- Parameters:
imageTestsConfiguration- a consumer that will call methods onImageTestsConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schedule
The schedule of the image pipeline.
- Parameters:
schedule- The schedule of the image pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedule
The schedule of the image pipeline.
This is a convenience method that creates an instance of theSchedule.Builderavoiding the need to create one manually viaSchedule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschedule(Schedule).- Parameters:
schedule- a consumer that will call methods onSchedule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the image pipeline. A disabled pipeline doesn't run on its schedule, but you can still start builds manually. Image Builder can also disable a pipeline automatically when consecutive scheduled builds fail.
- Parameters:
status- The status of the image pipeline. A disabled pipeline doesn't run on its schedule, but you can still start builds manually. Image Builder can also disable a pipeline automatically when consecutive scheduled builds fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the image pipeline. A disabled pipeline doesn't run on its schedule, but you can still start builds manually. Image Builder can also disable a pipeline automatically when consecutive scheduled builds fail.
- Parameters:
status- The status of the image pipeline. A disabled pipeline doesn't run on its schedule, but you can still start builds manually. Image Builder can also disable a pipeline automatically when consecutive scheduled builds fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dateCreated
The date on which this image pipeline was created.
- Parameters:
dateCreated- The date on which this image pipeline was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateUpdated
The date on which this image pipeline was last updated.
- Parameters:
dateUpdated- The date on which this image pipeline was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateLastRun
The date on which this image pipeline was last run.
- Parameters:
dateLastRun- The date on which this image pipeline was last run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastRunStatus
The status of the last image that this pipeline built, such as
BUILDING,TESTING,FAILED, orAVAILABLE.- Parameters:
lastRunStatus- The status of the last image that this pipeline built, such asBUILDING,TESTING,FAILED, orAVAILABLE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastRunStatus
The status of the last image that this pipeline built, such as
BUILDING,TESTING,FAILED, orAVAILABLE.- Parameters:
lastRunStatus- The status of the last image that this pipeline built, such asBUILDING,TESTING,FAILED, orAVAILABLE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dateNextRun
The next date when the pipeline is scheduled to run.
- Parameters:
dateNextRun- The next date when the pipeline is scheduled to run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags of this image pipeline.
- Parameters:
tags- The tags of this image pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageScanningConfiguration
ImagePipeline.Builder imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration) Contains settings for vulnerability scans that Amazon Inspector runs against the test instance during image creation.
- Parameters:
imageScanningConfiguration- Contains settings for vulnerability scans that Amazon Inspector runs against the test instance during image creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageScanningConfiguration
default ImagePipeline.Builder imageScanningConfiguration(Consumer<ImageScanningConfiguration.Builder> imageScanningConfiguration) Contains settings for vulnerability scans that Amazon Inspector runs against the test instance during image creation.
This is a convenience method that creates an instance of theImageScanningConfiguration.Builderavoiding the need to create one manually viaImageScanningConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimageScanningConfiguration(ImageScanningConfiguration).- Parameters:
imageScanningConfiguration- a consumer that will call methods onImageScanningConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageTags
The tags that Image Builder applies to the Image Builder image resource that this pipeline's scheduled executions create. These tags don't apply to the output AMI. Builds that you start manually use the tags from the StartImagePipelineExecution request instead.
- Parameters:
imageTags- The tags that Image Builder applies to the Image Builder image resource that this pipeline's scheduled executions create. These tags don't apply to the output AMI. Builds that you start manually use the tags from the StartImagePipelineExecution request instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionRole
The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.
- Parameters:
executionRole- The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflows
Contains the workflows that run for the image pipeline.
- Parameters:
workflows- Contains the workflows that run for the image pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflows
Contains the workflows that run for the image pipeline.
- Parameters:
workflows- Contains the workflows that run for the image pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflows
Contains the workflows that run for the image pipeline.
This is a convenience method that creates an instance of theWorkflowConfiguration.Builderavoiding the need to create one manually viaWorkflowConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toworkflows(List<WorkflowConfiguration>).- Parameters:
workflows- a consumer that will call methods onWorkflowConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
loggingConfiguration
The CloudWatch Logs configuration for the pipeline: the log group for image build logs and the log group for pipeline execution logs.
- Parameters:
loggingConfiguration- The CloudWatch Logs configuration for the pipeline: the log group for image build logs and the log group for pipeline execution logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingConfiguration
default ImagePipeline.Builder loggingConfiguration(Consumer<PipelineLoggingConfiguration.Builder> loggingConfiguration) The CloudWatch Logs configuration for the pipeline: the log group for image build logs and the log group for pipeline execution logs.
This is a convenience method that creates an instance of thePipelineLoggingConfiguration.Builderavoiding the need to create one manually viaPipelineLoggingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologgingConfiguration(PipelineLoggingConfiguration).- Parameters:
loggingConfiguration- a consumer that will call methods onPipelineLoggingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
consecutiveFailures
Image Builder tracks the number of consecutive failures for scheduled pipeline executions and takes one of the following actions each time it runs on a schedule:
-
If the pipeline execution is successful, the number of consecutive failures resets to zero.
-
If the pipeline execution fails, Image Builder increments the number of consecutive failures. If the failure count reaches the limit defined in the AutoDisablePolicy, Image Builder disables the pipeline.
The consecutive failure count is also reset to zero under the following conditions:
-
The pipeline runs manually and succeeds.
-
The pipeline configuration is updated.
If the pipeline runs manually and fails, the count remains the same. The next scheduled run continues to increment where it left off before.
- Parameters:
consecutiveFailures- Image Builder tracks the number of consecutive failures for scheduled pipeline executions and takes one of the following actions each time it runs on a schedule:-
If the pipeline execution is successful, the number of consecutive failures resets to zero.
-
If the pipeline execution fails, Image Builder increments the number of consecutive failures. If the failure count reaches the limit defined in the AutoDisablePolicy, Image Builder disables the pipeline.
The consecutive failure count is also reset to zero under the following conditions:
-
The pipeline runs manually and succeeds.
-
The pipeline configuration is updated.
If the pipeline runs manually and fails, the count remains the same. The next scheduled run continues to increment where it left off before.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-