Interface X12ControlNumbers.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<X12ControlNumbers.Builder,
,X12ControlNumbers> SdkBuilder<X12ControlNumbers.Builder,
,X12ControlNumbers> SdkPojo
- Enclosing class:
X12ControlNumbers
-
Method Summary
Modifier and TypeMethodDescriptionstartingFunctionalGroupControlNumber
(Integer startingFunctionalGroupControlNumber) Specifies the starting functional group control number (GS06) to use for X12 EDI generation.startingInterchangeControlNumber
(Integer startingInterchangeControlNumber) Specifies the starting interchange control number (ISA13) to use for X12 EDI generation.startingTransactionSetControlNumber
(Integer startingTransactionSetControlNumber) Specifies the starting transaction set control number (ST02) to use for X12 EDI generation.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
-
startingInterchangeControlNumber
X12ControlNumbers.Builder startingInterchangeControlNumber(Integer startingInterchangeControlNumber) Specifies the starting interchange control number (ISA13) to use for X12 EDI generation. This number is incremented for each new interchange. For the ISA (interchange) envelope, Amazon Web Services B2B Data Interchange generates an interchange control number that is unique for the ISA05 and ISA06 (sender) & ISA07 and ISA08 (receiver) combination.
- Parameters:
startingInterchangeControlNumber
- Specifies the starting interchange control number (ISA13) to use for X12 EDI generation. This number is incremented for each new interchange. For the ISA (interchange) envelope, Amazon Web Services B2B Data Interchange generates an interchange control number that is unique for the ISA05 and ISA06 (sender) & ISA07 and ISA08 (receiver) combination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startingFunctionalGroupControlNumber
X12ControlNumbers.Builder startingFunctionalGroupControlNumber(Integer startingFunctionalGroupControlNumber) Specifies the starting functional group control number (GS06) to use for X12 EDI generation. This number is incremented for each new functional group. For the GS (functional group) envelope, Amazon Web Services B2B Data Interchange generates a functional group control number that is unique to the sender ID, receiver ID, and functional identifier code combination.
- Parameters:
startingFunctionalGroupControlNumber
- Specifies the starting functional group control number (GS06) to use for X12 EDI generation. This number is incremented for each new functional group. For the GS (functional group) envelope, Amazon Web Services B2B Data Interchange generates a functional group control number that is unique to the sender ID, receiver ID, and functional identifier code combination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startingTransactionSetControlNumber
X12ControlNumbers.Builder startingTransactionSetControlNumber(Integer startingTransactionSetControlNumber) Specifies the starting transaction set control number (ST02) to use for X12 EDI generation. This number is incremented for each new transaction set.
- Parameters:
startingTransactionSetControlNumber
- Specifies the starting transaction set control number (ST02) to use for X12 EDI generation. This number is incremented for each new transaction set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-