| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation,
management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and
pre-configured with software and settings to meet specific IT standards.
|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateImagePipelineResult> |
AbstractAWSimagebuilderAsync.updateImagePipelineAsync(UpdateImagePipelineRequest request,
AsyncHandler<UpdateImagePipelineRequest,UpdateImagePipelineResult> asyncHandler) |
Future<UpdateImagePipelineResult> |
AWSimagebuilderAsyncClient.updateImagePipelineAsync(UpdateImagePipelineRequest request,
AsyncHandler<UpdateImagePipelineRequest,UpdateImagePipelineResult> asyncHandler) |
Future<UpdateImagePipelineResult> |
AWSimagebuilderAsync.updateImagePipelineAsync(UpdateImagePipelineRequest updateImagePipelineRequest,
AsyncHandler<UpdateImagePipelineRequest,UpdateImagePipelineResult> asyncHandler)
Updates an image pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.clone() |
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withContainerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container pipeline to update.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withDescription(String description)
The description of the image pipeline.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withDistributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration that Image Builder uses to configure and
distribute images that this image pipeline has updated.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withEnhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and
package list.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you want to update.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image
pipeline.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Contains settings for vulnerability scans.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that Image Builder uses to build images that
this image pipeline has updated.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withSchedule(Schedule schedule)
The schedule of the image pipeline.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withStatus(PipelineStatus status)
The status of the image pipeline.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withStatus(String status)
The status of the image pipeline.
|
Copyright © 2023. All rights reserved.