Interface ImageRecipeSummary.Builder

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

        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, Platform
      • platform

        ImageRecipeSummary.Builder platform​(Platform 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, Platform
      • 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.