public static interface ImageRecipeSummary.Builder extends SdkPojo, CopyableBuilder<ImageRecipeSummary.Builder,ImageRecipeSummary>
| Modifier and Type | Method and Description |
|---|---|
ImageRecipeSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the image recipe.
|
ImageRecipeSummary.Builder |
dateCreated(String dateCreated)
The date on which this image recipe was created.
|
ImageRecipeSummary.Builder |
name(String name)
The name of the image recipe.
|
ImageRecipeSummary.Builder |
owner(String owner)
The owner of the image recipe.
|
ImageRecipeSummary.Builder |
parentImage(String parentImage)
The parent image of the image recipe.
|
ImageRecipeSummary.Builder |
platform(Platform platform)
The platform of the image recipe.
|
ImageRecipeSummary.Builder |
platform(String platform)
The platform of the image recipe.
|
ImageRecipeSummary.Builder |
tags(Map<String,String> tags)
The tags of the image recipe.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageRecipeSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the image recipe.
arn - The Amazon Resource Name (ARN) of the image recipe.ImageRecipeSummary.Builder name(String name)
The name of the image recipe.
name - The name of the image recipe.ImageRecipeSummary.Builder platform(String platform)
The platform of the image recipe.
ImageRecipeSummary.Builder platform(Platform platform)
The platform of the image recipe.
ImageRecipeSummary.Builder owner(String owner)
The owner of the image recipe.
owner - The owner of the image recipe.ImageRecipeSummary.Builder parentImage(String parentImage)
The parent image of the image recipe.
parentImage - The parent image of the image recipe.ImageRecipeSummary.Builder dateCreated(String dateCreated)
The date on which this image recipe was created.
dateCreated - The date on which this image recipe was created.ImageRecipeSummary.Builder tags(Map<String,String> tags)
The tags of the image recipe.
tags - The tags of the image recipe.Copyright © 2020. All rights reserved.