Interface ImageAncestryEntry.Builder

    • Method Detail

      • creationDate

        ImageAncestryEntry.Builder creationDate​(Instant creationDate)

        The date and time when this AMI was created.

        Parameters:
        creationDate - The date and time when this AMI was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageId

        ImageAncestryEntry.Builder imageId​(String imageId)

        The ID of this AMI.

        Parameters:
        imageId - The ID of this AMI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageOwnerAlias

        ImageAncestryEntry.Builder imageOwnerAlias​(String imageOwnerAlias)

        The owner alias (amazon | aws-backup-vault | aws-marketplace ) of this AMI, if one is assigned. Otherwise, the value is null.

        Parameters:
        imageOwnerAlias - The owner alias (amazon | aws-backup-vault | aws-marketplace ) of this AMI, if one is assigned. Otherwise, the value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceImageId

        ImageAncestryEntry.Builder sourceImageId​(String sourceImageId)

        The ID of the parent AMI.

        Parameters:
        sourceImageId - The ID of the parent AMI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceImageRegion

        ImageAncestryEntry.Builder sourceImageRegion​(String sourceImageRegion)

        The Amazon Web Services Region of the parent AMI.

        Parameters:
        sourceImageRegion - The Amazon Web Services Region of the parent AMI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.