Interface RecommendedAction.Builder

  • Method Details

    • text

      The specific instruction about the command.

      Parameters:
      text - The specific instruction about the command.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • database

      RecommendedAction.Builder database(String database)

      The database name to perform the action on. Only applicable if the type of command is SQL.

      Parameters:
      database - The database name to perform the action on. Only applicable if the type of command is SQL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • command

      The command to run.

      Parameters:
      command - The command to run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of command.

      Parameters:
      type - The type of command.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of command.

      Parameters:
      type - The type of command.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: