ContainerRecipe.Builder |
ContainerRecipe.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the container recipe.
|
static ContainerRecipe.Builder |
ContainerRecipe.builder() |
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.components(Collection<ComponentConfiguration> components) |
Build and test components that are included in the container recipe.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.components(Consumer<ComponentConfiguration.Builder>... components) |
Build and test components that are included in the container recipe.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.components(ComponentConfiguration... components) |
Build and test components that are included in the container recipe.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.containerType(String containerType) |
Specifies the type of container, such as Docker.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.containerType(ContainerType containerType) |
Specifies the type of container, such as Docker.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.dateCreated(String dateCreated) |
The date when this container recipe was created.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.description(String description) |
The description of the container recipe.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.dockerfileTemplateData(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.Builder |
ContainerRecipe.Builder.encrypted(Boolean encrypted) |
A flag that indicates if the target container is encrypted.
|
default ContainerRecipe.Builder |
ContainerRecipe.Builder.instanceConfiguration(Consumer<InstanceConfiguration.Builder> instanceConfiguration) |
A group of options that can be used to configure an instance for building and testing container images.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.instanceConfiguration(InstanceConfiguration instanceConfiguration) |
A group of options that can be used to configure an instance for building and testing container images.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.kmsKeyId(String kmsKeyId) |
Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.name(String name) |
The name of the container recipe.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.owner(String owner) |
The owner of the container recipe.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.parentImage(String parentImage) |
The base image for the container recipe.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.platform(String platform) |
The system platform for the container, such as Windows or Linux.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.platform(Platform platform) |
The system platform for the container, such as Windows or Linux.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.tags(Map<String,String> tags) |
Tags that are attached to the container recipe.
|
default ContainerRecipe.Builder |
ContainerRecipe.Builder.targetRepository(Consumer<TargetContainerRepository.Builder> targetRepository) |
The destination repository for the container image.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.targetRepository(TargetContainerRepository targetRepository) |
The destination repository for the container image.
|
ContainerRecipe.Builder |
ContainerRecipe.toBuilder() |
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.version(String version) |
The semantic version of the container recipe.
|
ContainerRecipe.Builder |
ContainerRecipe.Builder.workingDirectory(String workingDirectory) |
The working directory for use during build and test workflows.
|