Class CfnPartnership.X12FunctionalGroupHeadersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.b2bi.CfnPartnership.X12FunctionalGroupHeadersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPartnership.X12FunctionalGroupHeadersProperty>
- Enclosing interface:
CfnPartnership.X12FunctionalGroupHeadersProperty
@Stability(Stable)
public static final class CfnPartnership.X12FunctionalGroupHeadersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPartnership.X12FunctionalGroupHeadersProperty>
A builder for
CfnPartnership.X12FunctionalGroupHeadersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationReceiverCode(String applicationReceiverCode) applicationSenderCode(String applicationSenderCode) build()Builds the configured instance.responsibleAgencyCode(String responsibleAgencyCode)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationReceiverCode
@Stability(Stable) public CfnPartnership.X12FunctionalGroupHeadersProperty.Builder applicationReceiverCode(String applicationReceiverCode) - Parameters:
applicationReceiverCode- A value representing the code used to identify the party receiving a message, at position GS-03.- Returns:
this
-
applicationSenderCode
@Stability(Stable) public CfnPartnership.X12FunctionalGroupHeadersProperty.Builder applicationSenderCode(String applicationSenderCode) - Parameters:
applicationSenderCode- A value representing the code used to identify the party transmitting a message, at position GS-02.- Returns:
this
-
responsibleAgencyCode
@Stability(Stable) public CfnPartnership.X12FunctionalGroupHeadersProperty.Builder responsibleAgencyCode(String responsibleAgencyCode) - Parameters:
responsibleAgencyCode- A code that identifies the issuer of the standard, at position GS-07.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPartnership.X12FunctionalGroupHeadersProperty>- Returns:
- a new instance of
CfnPartnership.X12FunctionalGroupHeadersProperty - Throws:
NullPointerException- if any required attribute was not provided
-