| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerRecipeSummary |
ContainerRecipeSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ContainerRecipeSummary |
ContainerRecipeSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ContainerRecipeSummary |
ContainerRecipeSummary.clone() |
ContainerRecipeSummary |
ContainerRecipeSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the container recipe.
|
ContainerRecipeSummary |
ContainerRecipeSummary.withContainerType(ContainerType containerType)
Specifies the type of container, such as "Docker".
|
ContainerRecipeSummary |
ContainerRecipeSummary.withContainerType(String containerType)
Specifies the type of container, such as "Docker".
|
ContainerRecipeSummary |
ContainerRecipeSummary.withDateCreated(String dateCreated)
The date when this container recipe was created.
|
ContainerRecipeSummary |
ContainerRecipeSummary.withName(String name)
The name of the container recipe.
|
ContainerRecipeSummary |
ContainerRecipeSummary.withOwner(String owner)
The owner of the container recipe.
|
ContainerRecipeSummary |
ContainerRecipeSummary.withParentImage(String parentImage)
The base image for the container recipe.
|
ContainerRecipeSummary |
ContainerRecipeSummary.withPlatform(Platform platform)
The system platform for the container, such as Windows or Linux.
|
ContainerRecipeSummary |
ContainerRecipeSummary.withPlatform(String platform)
The system platform for the container, such as Windows or Linux.
|
ContainerRecipeSummary |
ContainerRecipeSummary.withTags(Map<String,String> tags)
Tags that are attached to the container recipe.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerRecipeSummary> |
ListContainerRecipesResult.getContainerRecipeSummaryList()
The list of container recipes returned for the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListContainerRecipesResult |
ListContainerRecipesResult.withContainerRecipeSummaryList(ContainerRecipeSummary... containerRecipeSummaryList)
The list of container recipes returned for the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListContainerRecipesResult.setContainerRecipeSummaryList(Collection<ContainerRecipeSummary> containerRecipeSummaryList)
The list of container recipes returned for the request.
|
ListContainerRecipesResult |
ListContainerRecipesResult.withContainerRecipeSummaryList(Collection<ContainerRecipeSummary> containerRecipeSummaryList)
The list of container recipes returned for the request.
|
Copyright © 2024. All rights reserved.