Interface AiExecutable.Builder3

Enclosing class:
AiExecutable

public static interface AiExecutable.Builder3
Builder helper class.
  • Method Details

    • deployable

      AiExecutable.Builder4 deployable(@Nonnull Boolean deployable)
      Set the deployable of this AiExecutable instance.
      Parameters:
      deployable - Whether this executable is deployable
      Returns:
      The AiExecutable builder.