Interface X12ControlNumbers.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<X12ControlNumbers.Builder,,- X12ControlNumbers> - SdkBuilder<X12ControlNumbers.Builder,,- X12ControlNumbers> - SdkPojo
- Enclosing class:
- X12ControlNumbers
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
startingInterchangeControlNumberX12ControlNumbers.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.
 
- 
startingFunctionalGroupControlNumberX12ControlNumbers.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.
 
- 
startingTransactionSetControlNumberX12ControlNumbers.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.
 
 
-