Interface GetPlanResponse.Builder

    • Method Detail

      • pythonScript

        GetPlanResponse.Builder pythonScript​(String pythonScript)

        A Python script to perform the mapping.

        Parameters:
        pythonScript - A Python script to perform the mapping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scalaCode

        GetPlanResponse.Builder scalaCode​(String scalaCode)

        The Scala code to perform the mapping.

        Parameters:
        scalaCode - The Scala code to perform the mapping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.