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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPartnership.WrapOptionsProperty
static final class
An implementation forCfnPartnership.WrapOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLineLength
- See Also:
-
getLineTerminator
- See Also:
-
getWrapBy
- See Also:
-
builder
-