Interface ImageState.Builder

    • Method Detail

      • status

        ImageState.Builder status​(String status)

        The status of the image.

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

        ImageState.Builder status​(ImageStatus status)

        The status of the image.

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

        ImageState.Builder reason​(String reason)

        The reason for the status of the image.

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