Interface CfnPartnership.WrapOptionsProperty

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

@Stability(Stable) public static interface CfnPartnership.WrapOptionsProperty 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.*;
 WrapOptionsProperty wrapOptionsProperty = WrapOptionsProperty.builder()
         .lineLength(123)
         .lineTerminator("lineTerminator")
         .wrapBy("wrapBy")
         .build();
 

See Also: