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 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

      ImageRecipeSummary.Builder platform(String 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

      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

      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.