Interface TestParsingRequest.Builder

    • Method Detail

      • inputFile

        TestParsingRequest.Builder inputFile​(S3Location inputFile)

        Specifies an S3Location object, which contains the Amazon S3 bucket and prefix for the location of the input file.

        Parameters:
        inputFile - Specifies an S3Location object, which contains the Amazon S3 bucket and prefix for the location of the input file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileFormat

        TestParsingRequest.Builder fileFormat​(String fileFormat)

        Specifies that the currently supported file formats for EDI transformations are JSON and XML.

        Parameters:
        fileFormat - Specifies that the currently supported file formats for EDI transformations are JSON and XML.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileFormat, FileFormat
      • fileFormat

        TestParsingRequest.Builder fileFormat​(FileFormat fileFormat)

        Specifies that the currently supported file formats for EDI transformations are JSON and XML.

        Parameters:
        fileFormat - Specifies that the currently supported file formats for EDI transformations are JSON and XML.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileFormat, FileFormat
      • ediType

        TestParsingRequest.Builder ediType​(EdiType ediType)

        Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.

        Parameters:
        ediType - Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.