| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerRecipe |
ContainerRecipe.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ContainerRecipe |
ContainerRecipe.clearTagsEntries()
Removes all the entries added into Tags.
|
ContainerRecipe |
ContainerRecipe.clone() |
ContainerRecipe |
Image.getContainerRecipe()
For container images, this is the container recipe that Image Builder used to create the image.
|
ContainerRecipe |
GetContainerRecipeResult.getContainerRecipe()
The container recipe object that is returned.
|
ContainerRecipe |
ContainerRecipe.withArn(String arn)
The Amazon Resource Name (ARN) of the container recipe.
|
ContainerRecipe |
ContainerRecipe.withComponents(Collection<ComponentConfiguration> components)
Build and test components that are included in the container recipe.
|
ContainerRecipe |
ContainerRecipe.withComponents(ComponentConfiguration... components)
Build and test components that are included in the container recipe.
|
ContainerRecipe |
ContainerRecipe.withContainerType(ContainerType containerType)
Specifies the type of container, such as Docker.
|
ContainerRecipe |
ContainerRecipe.withContainerType(String containerType)
Specifies the type of container, such as Docker.
|
ContainerRecipe |
ContainerRecipe.withDateCreated(String dateCreated)
The date when this container recipe was created.
|
ContainerRecipe |
ContainerRecipe.withDescription(String description)
The description of the container recipe.
|
ContainerRecipe |
ContainerRecipe.withDockerfileTemplateData(String dockerfileTemplateData)
Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the
elements required by the application running inside.
|
ContainerRecipe |
ContainerRecipe.withEncrypted(Boolean encrypted)
A flag that indicates if the target container is encrypted.
|
ContainerRecipe |
ContainerRecipe.withInstanceConfiguration(InstanceConfiguration instanceConfiguration)
A group of options that can be used to configure an instance for building and testing container images.
|
ContainerRecipe |
ContainerRecipe.withKmsKeyId(String kmsKeyId)
Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
|
ContainerRecipe |
ContainerRecipe.withName(String name)
The name of the container recipe.
|
ContainerRecipe |
ContainerRecipe.withOwner(String owner)
The owner of the container recipe.
|
ContainerRecipe |
ContainerRecipe.withParentImage(String parentImage)
The base image for the container recipe.
|
ContainerRecipe |
ContainerRecipe.withPlatform(Platform platform)
The system platform for the container, such as Windows or Linux.
|
ContainerRecipe |
ContainerRecipe.withPlatform(String platform)
The system platform for the container, such as Windows or Linux.
|
ContainerRecipe |
ContainerRecipe.withTags(Map<String,String> tags)
Tags that are attached to the container recipe.
|
ContainerRecipe |
ContainerRecipe.withTargetRepository(TargetContainerRepository targetRepository)
The destination repository for the container image.
|
ContainerRecipe |
ContainerRecipe.withVersion(String version)
The semantic version of the container recipe.
|
ContainerRecipe |
ContainerRecipe.withWorkingDirectory(String workingDirectory)
The working directory for use during build and test workflows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setContainerRecipe(ContainerRecipe containerRecipe)
For container images, this is the container recipe that Image Builder used to create the image.
|
void |
GetContainerRecipeResult.setContainerRecipe(ContainerRecipe containerRecipe)
The container recipe object that is returned.
|
Image |
Image.withContainerRecipe(ContainerRecipe containerRecipe)
For container images, this is the container recipe that Image Builder used to create the image.
|
GetContainerRecipeResult |
GetContainerRecipeResult.withContainerRecipe(ContainerRecipe containerRecipe)
The container recipe object that is returned.
|
Copyright © 2023. All rights reserved.