| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
Amazon Elastic Compute Cloud Image Builder provides a one-stop-shop to automate the image management processes.
|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<UpdateImagePipelineResult> |
AbstractAWSimagebuilderAsync.updateImagePipelineAsync(UpdateImagePipelineRequest request,
AsyncHandler<UpdateImagePipelineRequest,UpdateImagePipelineResult> asyncHandler) |
| 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.withImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you wish 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 © 2019. All rights reserved.