Interface TestConversionResponse.Builder

  • Method Details

    • convertedFileContent

      TestConversionResponse.Builder convertedFileContent(String convertedFileContent)

      Returns the converted file content.

      Parameters:
      convertedFileContent - Returns the converted file content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • validationMessages

      TestConversionResponse.Builder validationMessages(Collection<String> validationMessages)

      Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process. These messages include both standard EDI validation results and custom validation messages when custom validation rules are configured. Custom validation messages provide detailed feedback on element length constraints, code list validations, and element requirement checks applied during the outbound EDI generation process.

      Parameters:
      validationMessages - Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process. These messages include both standard EDI validation results and custom validation messages when custom validation rules are configured. Custom validation messages provide detailed feedback on element length constraints, code list validations, and element requirement checks applied during the outbound EDI generation process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • validationMessages

      TestConversionResponse.Builder validationMessages(String... validationMessages)

      Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process. These messages include both standard EDI validation results and custom validation messages when custom validation rules are configured. Custom validation messages provide detailed feedback on element length constraints, code list validations, and element requirement checks applied during the outbound EDI generation process.

      Parameters:
      validationMessages - Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process. These messages include both standard EDI validation results and custom validation messages when custom validation rules are configured. Custom validation messages provide detailed feedback on element length constraints, code list validations, and element requirement checks applied during the outbound EDI generation process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.