Interface ClientData.Builder

    • Method Detail

      • comment

        ClientData.Builder comment​(String comment)

        A user-defined comment about the disk upload.

        Parameters:
        comment - A user-defined comment about the disk upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uploadEnd

        ClientData.Builder uploadEnd​(Instant uploadEnd)

        The time that the disk upload ends.

        Parameters:
        uploadEnd - The time that the disk upload ends.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uploadSize

        ClientData.Builder uploadSize​(Double uploadSize)

        The size of the uploaded disk image, in GiB.

        Parameters:
        uploadSize - The size of the uploaded disk image, in GiB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uploadStart

        ClientData.Builder uploadStart​(Instant uploadStart)

        The time that the disk upload starts.

        Parameters:
        uploadStart - The time that the disk upload starts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.