Interface InvokeRestApiResponse.Builder

  • Method Details

    • restApiStatusCode

      InvokeRestApiResponse.Builder restApiStatusCode(Integer restApiStatusCode)

      The HTTP status code returned by the Apache Airflow REST API call.

      Parameters:
      restApiStatusCode - The HTTP status code returned by the Apache Airflow REST API call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • restApiResponse

      InvokeRestApiResponse.Builder restApiResponse(Document restApiResponse)

      The response data from the Apache Airflow REST API call, provided as a JSON object.

      Parameters:
      restApiResponse - The response data from the Apache Airflow REST API call, provided as a JSON object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.