Class CfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty>
- Enclosing interface:
CfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty
@Stability(Stable)
public static final class CfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPartnershipPropsMixin.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 CfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty.Builder applicationReceiverCode(String applicationReceiverCode) Sets the value ofCfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty.getApplicationReceiverCode()- 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 CfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty.Builder applicationSenderCode(String applicationSenderCode) Sets the value ofCfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty.getApplicationSenderCode()- 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 CfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty.Builder responsibleAgencyCode(String responsibleAgencyCode) Sets the value ofCfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty.getResponsibleAgencyCode()- 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<CfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty>- Returns:
- a new instance of
CfnPartnershipPropsMixin.X12FunctionalGroupHeadersProperty - Throws:
NullPointerException- if any required attribute was not provided
-