Interface ImageScanStatus.Builder

    • Method Detail

      • status

        ImageScanStatus.Builder status​(String status)

        The current state of an image scan.

        Parameters:
        status - The current state of an image scan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScanStatus, ScanStatus
      • status

        ImageScanStatus.Builder status​(ScanStatus status)

        The current state of an image scan.

        Parameters:
        status - The current state of an image scan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScanStatus, ScanStatus
      • description

        ImageScanStatus.Builder description​(String description)

        The description of the image scan status.

        Parameters:
        description - The description of the image scan status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.