Interface X12AcknowledgmentOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<X12AcknowledgmentOptions.Builder,
,X12AcknowledgmentOptions> SdkBuilder<X12AcknowledgmentOptions.Builder,
,X12AcknowledgmentOptions> SdkPojo
- Enclosing class:
X12AcknowledgmentOptions
-
Method Summary
Modifier and TypeMethodDescriptionfunctionalAcknowledgment
(String functionalAcknowledgment) Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions.functionalAcknowledgment
(X12FunctionalAcknowledgment functionalAcknowledgment) Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions.technicalAcknowledgment
(String technicalAcknowledgment) Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges.technicalAcknowledgment
(X12TechnicalAcknowledgment technicalAcknowledgment) Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
functionalAcknowledgment
Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions. Valid values are
DO_NOT_GENERATE
,GENERATE_ALL_SEGMENTS
andGENERATE_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 areDO_NOT_GENERATE
,GENERATE_ALL_SEGMENTS
andGENERATE_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
andGENERATE_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 areDO_NOT_GENERATE
,GENERATE_ALL_SEGMENTS
andGENERATE_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
Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values are
DO_NOT_GENERATE
andGENERATE_ALL_SEGMENTS
and.- Parameters:
technicalAcknowledgment
- Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values areDO_NOT_GENERATE
andGENERATE_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
andGENERATE_ALL_SEGMENTS
and.- Parameters:
technicalAcknowledgment
- Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values areDO_NOT_GENERATE
andGENERATE_ALL_SEGMENTS
and.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-