| 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<CreateImagePipelineResult> |
AWSimagebuilderAsyncClient.createImagePipelineAsync(CreateImagePipelineRequest request,
AsyncHandler<CreateImagePipelineRequest,CreateImagePipelineResult> asyncHandler) |
Future<CreateImagePipelineResult> |
AWSimagebuilderAsync.createImagePipelineAsync(CreateImagePipelineRequest createImagePipelineRequest,
AsyncHandler<CreateImagePipelineRequest,CreateImagePipelineResult> asyncHandler)
Creates a new image pipeline.
|
Future<CreateImagePipelineResult> |
AbstractAWSimagebuilderAsync.createImagePipelineAsync(CreateImagePipelineRequest request,
AsyncHandler<CreateImagePipelineRequest,CreateImagePipelineResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateImagePipelineRequest |
CreateImagePipelineRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.clone() |
CreateImagePipelineRequest |
CreateImagePipelineRequest.withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withContainerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container
pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withDescription(String description)
The description of the image pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withDistributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute
images created by this image pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withEnhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and
package list.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image
pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Contains settings for vulnerability scans.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by
this image pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withName(String name)
The name of the image pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withSchedule(Schedule schedule)
The schedule of the image pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withStatus(PipelineStatus status)
The status of the image pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withStatus(String status)
The status of the image pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withTags(Map<String,String> tags)
The tags of the image pipeline.
|
Copyright © 2023. All rights reserved.