Interface ImageScanState.Builder

    • Method Detail

      • status

        ImageScanState.Builder status​(String status)

        The current state of vulnerability scans for the image.

        Parameters:
        status - The current state of vulnerability scans for the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImageScanStatus, ImageScanStatus
      • reason

        ImageScanState.Builder reason​(String reason)

        The reason for the scan status for the image.

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