Interface MicrovmImageSummary.Builder

  • Method Details

    • imageArn

      MicrovmImageSummary.Builder imageArn(String imageArn)

      The ARN of the MicroVM image.

      Parameters:
      imageArn - The ARN of the MicroVM image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the MicroVM image.

      Parameters:
      name - The name of the MicroVM image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The current state of the MicroVM image.

      Parameters:
      state - The current state of the MicroVM image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The current state of the MicroVM image.

      Parameters:
      state - The current state of the MicroVM image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • latestActiveImageVersion

      MicrovmImageSummary.Builder latestActiveImageVersion(String latestActiveImageVersion)

      The latest active version of the MicroVM image.

      Parameters:
      latestActiveImageVersion - The latest active version of the MicroVM image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestFailedImageVersion

      MicrovmImageSummary.Builder latestFailedImageVersion(String latestFailedImageVersion)

      The latest failed version of the MicroVM image, if any.

      Parameters:
      latestFailedImageVersion - The latest failed version of the MicroVM image, if any.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      MicrovmImageSummary.Builder createdAt(Instant createdAt)

      The timestamp when the MicroVM image was created.

      Parameters:
      createdAt - The timestamp when the MicroVM image was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.