Interface TestConversionResponse.Builder

    • Method Detail

      • 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 strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.

        Parameters:
        validationMessages - Returns an array of strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.
        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 strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.

        Parameters:
        validationMessages - Returns an array of strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.