Interface GetImageAncestryResponse.Builder

    • Method Detail

      • imageAncestryEntries

        GetImageAncestryResponse.Builder imageAncestryEntries​(Collection<ImageAncestryEntry> imageAncestryEntries)

        A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.

        Parameters:
        imageAncestryEntries - A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageAncestryEntries

        GetImageAncestryResponse.Builder imageAncestryEntries​(ImageAncestryEntry... imageAncestryEntries)

        A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.

        Parameters:
        imageAncestryEntries - A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.