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
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the image recipe.dateCreated
(String dateCreated) The date on which this image recipe was created.The name of the image recipe.The owner of the image recipe.parentImage
(String parentImage) The base image of the image recipe.The platform of the image recipe.The platform of the image recipe.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 Details
-
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
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
The platform of the image recipe.
- Parameters:
platform
- The platform of the image recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
platform
The platform of the image recipe.
- Parameters:
platform
- The platform of the image recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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
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
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.
-