Class CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty>
- Enclosing interface:
CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty
@Stability(Stable)
public static final class CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty>
A builder for
CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacknowledgmentOptions(CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty acknowledgmentOptions) acknowledgmentOptions(IResolvable acknowledgmentOptions) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
acknowledgmentOptions
@Stability(Stable) public CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty.Builder acknowledgmentOptions(IResolvable acknowledgmentOptions) - Parameters:
acknowledgmentOptions- Specifies acknowledgment options for inbound X12 EDI files. These options control how functional and technical acknowledgments are handled.- Returns:
this
-
acknowledgmentOptions
@Stability(Stable) public CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty.Builder acknowledgmentOptions(CfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty acknowledgmentOptions) - Parameters:
acknowledgmentOptions- Specifies acknowledgment options for inbound X12 EDI files. These options control how functional and technical acknowledgments are handled.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty>- Returns:
- a new instance of
CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-