public static interface ContainerRecipeSummary.Builder extends SdkPojo, CopyableBuilder<ContainerRecipeSummary.Builder,ContainerRecipeSummary>
| Modifier and Type | Method and Description |
|---|---|
ContainerRecipeSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the container recipe.
|
ContainerRecipeSummary.Builder |
containerType(ContainerType containerType)
Specifies the type of container, such as "Docker".
|
ContainerRecipeSummary.Builder |
containerType(String containerType)
Specifies the type of container, such as "Docker".
|
ContainerRecipeSummary.Builder |
dateCreated(String dateCreated)
The date when this container recipe was created.
|
ContainerRecipeSummary.Builder |
name(String name)
The name of the container recipe.
|
ContainerRecipeSummary.Builder |
owner(String owner)
The owner of the container recipe.
|
ContainerRecipeSummary.Builder |
parentImage(String parentImage)
The source image for the container recipe.
|
ContainerRecipeSummary.Builder |
platform(Platform platform)
The system platform for the container, such as Windows or Linux.
|
ContainerRecipeSummary.Builder |
platform(String platform)
The system platform for the container, such as Windows or Linux.
|
ContainerRecipeSummary.Builder |
tags(Map<String,String> tags)
Tags that are attached to the container recipe.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContainerRecipeSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the container recipe.
arn - The Amazon Resource Name (ARN) of the container recipe.ContainerRecipeSummary.Builder containerType(String containerType)
Specifies the type of container, such as "Docker".
containerType - Specifies the type of container, such as "Docker".ContainerType,
ContainerTypeContainerRecipeSummary.Builder containerType(ContainerType containerType)
Specifies the type of container, such as "Docker".
containerType - Specifies the type of container, such as "Docker".ContainerType,
ContainerTypeContainerRecipeSummary.Builder name(String name)
The name of the container recipe.
name - The name of the container recipe.ContainerRecipeSummary.Builder platform(String platform)
The system platform for the container, such as Windows or Linux.
ContainerRecipeSummary.Builder platform(Platform platform)
The system platform for the container, such as Windows or Linux.
ContainerRecipeSummary.Builder owner(String owner)
The owner of the container recipe.
owner - The owner of the container recipe.ContainerRecipeSummary.Builder parentImage(String parentImage)
The source image for the container recipe.
parentImage - The source image for the container recipe.ContainerRecipeSummary.Builder dateCreated(String dateCreated)
The date when this container recipe was created.
dateCreated - The date when this container recipe was created.ContainerRecipeSummary.Builder tags(Map<String,String> tags)
Tags that are attached to the container recipe.
tags - Tags that are attached to the container recipe.Copyright © 2021. All rights reserved.