Interface ImageScanStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImageScanStatus.Builder,ImageScanStatus>, SdkBuilder<ImageScanStatus.Builder,ImageScanStatus>, SdkPojo
Enclosing class:
ImageScanStatus

public static interface ImageScanStatus.Builder extends SdkPojo, CopyableBuilder<ImageScanStatus.Builder,ImageScanStatus>
  • Method Details

    • 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:
    • 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:
    • 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.