Interface ScreenshotResult.Builder

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

@Mutable @NotThreadSafe public static interface ScreenshotResult.Builder extends SdkPojo, CopyableBuilder<ScreenshotResult.Builder,ScreenshotResult>
  • Method Details

    • status

      The status of the action execution.

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

      The status of the action execution.

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

      The error message. Present only when the action failed.

      Parameters:
      error - The error message. Present only when the action failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • data

      The base64-encoded image data. Present only when the action succeeded.

      Parameters:
      data - The base64-encoded image data. Present only when the action succeeded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.