Interface X12AcknowledgmentOptions.Builder

  • Method Details

    • functionalAcknowledgment

      X12AcknowledgmentOptions.Builder functionalAcknowledgment(String functionalAcknowledgment)

      Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions. Valid values are DO_NOT_GENERATE, GENERATE_ALL_SEGMENTS and GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP.

      If you choose GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP, Amazon Web Services B2B Data Interchange skips the AK2_Loop when generating an acknowledgment document.

      Parameters:
      functionalAcknowledgment - Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions. Valid values are DO_NOT_GENERATE, GENERATE_ALL_SEGMENTS and GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP.

      If you choose GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP, Amazon Web Services B2B Data Interchange skips the AK2_Loop when generating an acknowledgment document.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • functionalAcknowledgment

      X12AcknowledgmentOptions.Builder functionalAcknowledgment(X12FunctionalAcknowledgment functionalAcknowledgment)

      Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions. Valid values are DO_NOT_GENERATE, GENERATE_ALL_SEGMENTS and GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP.

      If you choose GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP, Amazon Web Services B2B Data Interchange skips the AK2_Loop when generating an acknowledgment document.

      Parameters:
      functionalAcknowledgment - Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions. Valid values are DO_NOT_GENERATE, GENERATE_ALL_SEGMENTS and GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP.

      If you choose GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP, Amazon Web Services B2B Data Interchange skips the AK2_Loop when generating an acknowledgment document.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • technicalAcknowledgment

      X12AcknowledgmentOptions.Builder technicalAcknowledgment(String technicalAcknowledgment)

      Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values are DO_NOT_GENERATE and GENERATE_ALL_SEGMENTS and.

      Parameters:
      technicalAcknowledgment - Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values are DO_NOT_GENERATE and GENERATE_ALL_SEGMENTS and.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • technicalAcknowledgment

      X12AcknowledgmentOptions.Builder technicalAcknowledgment(X12TechnicalAcknowledgment technicalAcknowledgment)

      Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values are DO_NOT_GENERATE and GENERATE_ALL_SEGMENTS and.

      Parameters:
      technicalAcknowledgment - Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values are DO_NOT_GENERATE and GENERATE_ALL_SEGMENTS and.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: