| 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<CreateImageResult> |
AbstractAWSimagebuilderAsync.createImageAsync(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResult> asyncHandler) |
Future<CreateImageResult> |
AWSimagebuilderAsync.createImageAsync(CreateImageRequest createImageRequest,
AsyncHandler<CreateImageRequest,CreateImageResult> asyncHandler)
Creates a new image.
|
Future<CreateImageResult> |
AWSimagebuilderAsyncClient.createImageAsync(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateImageRequest |
CreateImageRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateImageRequest |
CreateImageRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateImageRequest |
CreateImageRequest.clone() |
CreateImageRequest |
CreateImageRequest.withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
CreateImageRequest |
CreateImageRequest.withContainerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.
|
CreateImageRequest |
CreateImageRequest.withDistributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your
pipeline.
|
CreateImageRequest |
CreateImageRequest.withEnhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and
package list.
|
CreateImageRequest |
CreateImageRequest.withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
|
CreateImageRequest |
CreateImageRequest.withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image.
|
CreateImageRequest |
CreateImageRequest.withInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your
image will be built and tested.
|
CreateImageRequest |
CreateImageRequest.withTags(Map<String,String> tags)
The tags of the image.
|
Copyright © 2021. All rights reserved.