Class CfnPartnership.X12InboundEdiOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.b2bi.CfnPartnership.X12InboundEdiOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPartnership.X12InboundEdiOptionsProperty>
- Enclosing interface:
CfnPartnership.X12InboundEdiOptionsProperty
@Stability(Stable)
public static final class CfnPartnership.X12InboundEdiOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPartnership.X12InboundEdiOptionsProperty>
A builder for
CfnPartnership.X12InboundEdiOptionsProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacknowledgmentOptions
(IResolvable acknowledgmentOptions) Sets the value ofCfnPartnership.X12InboundEdiOptionsProperty.getAcknowledgmentOptions()
acknowledgmentOptions
(CfnPartnership.X12AcknowledgmentOptionsProperty acknowledgmentOptions) Sets the value ofCfnPartnership.X12InboundEdiOptionsProperty.getAcknowledgmentOptions()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
acknowledgmentOptions
@Stability(Stable) public CfnPartnership.X12InboundEdiOptionsProperty.Builder acknowledgmentOptions(IResolvable acknowledgmentOptions) Sets the value ofCfnPartnership.X12InboundEdiOptionsProperty.getAcknowledgmentOptions()
- 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 CfnPartnership.X12InboundEdiOptionsProperty.Builder acknowledgmentOptions(CfnPartnership.X12AcknowledgmentOptionsProperty acknowledgmentOptions) Sets the value ofCfnPartnership.X12InboundEdiOptionsProperty.getAcknowledgmentOptions()
- 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnPartnership.X12InboundEdiOptionsProperty>
- Returns:
- a new instance of
CfnPartnership.X12InboundEdiOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-