Interface OutputSegment.Builder

  • Method Details

    • customOutputStatus

      OutputSegment.Builder customOutputStatus(String customOutputStatus)

      Status of blueprint match

      Parameters:
      customOutputStatus - Status of blueprint match
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • customOutputStatus

      OutputSegment.Builder customOutputStatus(CustomOutputStatus customOutputStatus)

      Status of blueprint match

      Parameters:
      customOutputStatus - Status of blueprint match
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • customOutput

      OutputSegment.Builder customOutput(String customOutput)

      Custom output response

      Parameters:
      customOutput - Custom output response
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • standardOutput

      OutputSegment.Builder standardOutput(String standardOutput)

      Standard output response

      Parameters:
      standardOutput - Standard output response
      Returns:
      Returns a reference to this object so that method calls can be chained together.