Interface X12FunctionalGroupHeaders.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<X12FunctionalGroupHeaders.Builder,
,X12FunctionalGroupHeaders> SdkBuilder<X12FunctionalGroupHeaders.Builder,
,X12FunctionalGroupHeaders> SdkPojo
- Enclosing class:
X12FunctionalGroupHeaders
@Mutable
@NotThreadSafe
public static interface X12FunctionalGroupHeaders.Builder
extends SdkPojo, CopyableBuilder<X12FunctionalGroupHeaders.Builder,X12FunctionalGroupHeaders>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationReceiverCode
(String applicationReceiverCode) A value representing the code used to identify the party receiving a message, at position GS-03.applicationSenderCode
(String applicationSenderCode) A value representing the code used to identify the party transmitting a message, at position GS-02.responsibleAgencyCode
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-