| 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<CreateImageRecipeResult> |
AbstractAWSimagebuilderAsync.createImageRecipeAsync(CreateImageRecipeRequest request,
AsyncHandler<CreateImageRecipeRequest,CreateImageRecipeResult> asyncHandler) |
Future<CreateImageRecipeResult> |
AWSimagebuilderAsyncClient.createImageRecipeAsync(CreateImageRecipeRequest request,
AsyncHandler<CreateImageRecipeRequest,CreateImageRecipeResult> asyncHandler) |
Future<CreateImageRecipeResult> |
AWSimagebuilderAsync.createImageRecipeAsync(CreateImageRecipeRequest createImageRecipeRequest,
AsyncHandler<CreateImageRecipeRequest,CreateImageRecipeResult> asyncHandler)
Creates a new image recipe.
|
| Modifier and Type | Method and Description |
|---|---|
CreateImageRecipeRequest |
CreateImageRecipeRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.clone() |
CreateImageRecipeRequest |
CreateImageRecipeRequest.withAdditionalInstanceConfiguration(AdditionalInstanceConfiguration additionalInstanceConfiguration)
Specify additional settings and launch scripts for your build instances.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mappings of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
The block device mappings of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withComponents(Collection<ComponentConfiguration> components)
The components included in the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withComponents(ComponentConfiguration... components)
The components included in the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withDescription(String description)
The description of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withName(String name)
The name of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withParentImage(String parentImage)
The base image of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withSemanticVersion(String semanticVersion)
The semantic version of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withTags(Map<String,String> tags)
The tags of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withWorkingDirectory(String workingDirectory)
The working directory used during build and test workflows.
|
Copyright © 2023. All rights reserved.