Interface CfnPartnershipPropsMixin.InboundEdiOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPartnershipPropsMixin.InboundEdiOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnPartnershipPropsMixin
@Stability(Stable)
public static interface CfnPartnershipPropsMixin.InboundEdiOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Contains options for processing inbound EDI files.
These options allow for customizing how incoming EDI documents are processed.
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.*;
InboundEdiOptionsProperty inboundEdiOptionsProperty = InboundEdiOptionsProperty.builder()
.x12(X12InboundEdiOptionsProperty.builder()
.acknowledgmentOptions(X12AcknowledgmentOptionsProperty.builder()
.functionalAcknowledgment("functionalAcknowledgment")
.technicalAcknowledgment("technicalAcknowledgment")
.build())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPartnershipPropsMixin.InboundEdiOptionsPropertystatic final classAn implementation forCfnPartnershipPropsMixin.InboundEdiOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getX12
A structure that contains X12-specific options for processing inbound X12 EDI files.Returns union: either
IResolvableorCfnPartnershipPropsMixin.X12InboundEdiOptionsProperty- See Also:
-
builder
-