Interface CfnPartnership.X12DelimitersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPartnership.X12DelimitersProperty.Jsii$Proxy
Enclosing class:
CfnPartnership

@Stability(Stable) public static interface CfnPartnership.X12DelimitersProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.b2bi.*;
 X12DelimitersProperty x12DelimitersProperty = X12DelimitersProperty.builder()
         .componentSeparator("componentSeparator")
         .dataElementSeparator("dataElementSeparator")
         .segmentTerminator("segmentTerminator")
         .build();
 

See Also: