Interface X12FunctionalGroupHeaders.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<X12FunctionalGroupHeaders.Builder,X12FunctionalGroupHeaders>,SdkBuilder<X12FunctionalGroupHeaders.Builder,X12FunctionalGroupHeaders>,SdkPojo
- Enclosing class:
- X12FunctionalGroupHeaders
public static interface X12FunctionalGroupHeaders.Builder extends SdkPojo, CopyableBuilder<X12FunctionalGroupHeaders.Builder,X12FunctionalGroupHeaders>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X12FunctionalGroupHeaders.BuilderapplicationReceiverCode(String applicationReceiverCode)A value representing the code used to identify the party receiving a message, at position GS-03.X12FunctionalGroupHeaders.BuilderapplicationSenderCode(String applicationSenderCode)A value representing the code used to identify the party transmitting a message, at position GS-02.X12FunctionalGroupHeaders.BuilderresponsibleAgencyCode(String responsibleAgencyCode)A code that identifies the issuer of the standard, at position GS-07.-
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, sdkFields
-
-
-
-
Method Detail
-
applicationSenderCode
X12FunctionalGroupHeaders.Builder applicationSenderCode(String applicationSenderCode)
A value representing the code used to identify the party transmitting a message, at position GS-02.
- Parameters:
applicationSenderCode- A value representing the code used to identify the party transmitting a message, at position GS-02.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationReceiverCode
X12FunctionalGroupHeaders.Builder applicationReceiverCode(String applicationReceiverCode)
A value representing the code used to identify the party receiving a message, at position GS-03.
- Parameters:
applicationReceiverCode- A value representing the code used to identify the party receiving a message, at position GS-03.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
responsibleAgencyCode
X12FunctionalGroupHeaders.Builder responsibleAgencyCode(String responsibleAgencyCode)
A code that identifies the issuer of the standard, at position GS-07.
- Parameters:
responsibleAgencyCode- A code that identifies the issuer of the standard, at position GS-07.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-