Interface CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnPartnershipPropsMixin
@Stability(Stable)
public static interface CfnPartnershipPropsMixin.X12InboundEdiOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Contains options specific to processing inbound X12 EDI files.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.b2bi.mixins.*;
X12InboundEdiOptionsProperty x12InboundEdiOptionsProperty = X12InboundEdiOptionsProperty.builder()
.acknowledgmentOptions(X12AcknowledgmentOptionsProperty.builder()
.functionalAcknowledgment("functionalAcknowledgment")
.technicalAcknowledgment("technicalAcknowledgment")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPartnershipPropsMixin.X12InboundEdiOptionsPropertystatic final classAn implementation forCfnPartnershipPropsMixin.X12InboundEdiOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAcknowledgmentOptions
Specifies acknowledgment options for inbound X12 EDI files.These options control how functional and technical acknowledgments are handled.
Returns union: either
IResolvableorCfnPartnershipPropsMixin.X12AcknowledgmentOptionsProperty- See Also:
-
builder
-