Interface SavedObjectIdentifier.Builder

  • Method Details

    • type

      The type of the saved object, such as dashboard, visualization, index-pattern, search, or query.

      Parameters:
      type - The type of the saved object, such as dashboard, visualization, index-pattern, search, or query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier of the saved object.

      Parameters:
      id - The unique identifier of the saved object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.