Interface ImageRecipeSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImageRecipeSummary.Builder,ImageRecipeSummary>,SdkBuilder<ImageRecipeSummary.Builder,ImageRecipeSummary>,SdkPojo
- Enclosing class:
- ImageRecipeSummary
public static interface ImageRecipeSummary.Builder extends SdkPojo, CopyableBuilder<ImageRecipeSummary.Builder,ImageRecipeSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageRecipeSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the image recipe.ImageRecipeSummary.BuilderdateCreated(String dateCreated)The date on which this image recipe was created.ImageRecipeSummary.Buildername(String name)The name of the image recipe.ImageRecipeSummary.Builderowner(String owner)The owner of the image recipe.ImageRecipeSummary.BuilderparentImage(String parentImage)The base image of the image recipe.ImageRecipeSummary.Builderplatform(String platform)The platform of the image recipe.ImageRecipeSummary.Builderplatform(Platform platform)The platform of the image recipe.ImageRecipeSummary.Buildertags(Map<String,String> tags)The tags of the image recipe.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
ImageRecipeSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the image recipe.
- Parameters:
arn- The Amazon Resource Name (ARN) of the image recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ImageRecipeSummary.Builder name(String name)
The name of the image recipe.
- Parameters:
name- The name of the image recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
ImageRecipeSummary.Builder platform(String platform)
The platform of the image recipe.
-
platform
ImageRecipeSummary.Builder platform(Platform platform)
The platform of the image recipe.
-
owner
ImageRecipeSummary.Builder owner(String owner)
The owner of the image recipe.
- Parameters:
owner- The owner of the image recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentImage
ImageRecipeSummary.Builder parentImage(String parentImage)
The base image of the image recipe.
- Parameters:
parentImage- The base image of the image recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateCreated
ImageRecipeSummary.Builder dateCreated(String dateCreated)
The date on which this image recipe was created.
- Parameters:
dateCreated- The date on which this image recipe was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ImageRecipeSummary.Builder tags(Map<String,String> tags)
The tags of the image recipe.
- Parameters:
tags- The tags of the image recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-