| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed AWS 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 a new image pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.clone() |
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
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 will be used to configure and distribute
images updated by this image pipeline.
|
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.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 will be used to build images updated by
this image pipeline.
|
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 © 2020. All rights reserved.