Interface ProcessedObject.Builder

  • Method Details

    • name

      The name of the database object.

      Parameters:
      name - The name of the database object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the database object. For example, a table, view, procedure, and so on.

      Parameters:
      type - The type of the database object. For example, a table, view, procedure, and so on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpointType

      ProcessedObject.Builder endpointType(String endpointType)

      The type of the data provider. This parameter can store one of the following values: "SOURCE" or "TARGET".

      Parameters:
      endpointType - The type of the data provider. This parameter can store one of the following values: "SOURCE" or "TARGET".
      Returns:
      Returns a reference to this object so that method calls can be chained together.