Class CfnPartnershipPropsMixin.X12EnvelopeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnPartnershipPropsMixin.X12EnvelopeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPartnershipPropsMixin.X12EnvelopeProperty>
- Enclosing interface:
CfnPartnershipPropsMixin.X12EnvelopeProperty
@Stability(Stable)
public static final class CfnPartnershipPropsMixin.X12EnvelopeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPartnershipPropsMixin.X12EnvelopeProperty>
A builder for
CfnPartnershipPropsMixin.X12EnvelopeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPartnershipPropsMixin.X12EnvelopeProperty.getCommon()common(IResolvable common) Sets the value ofCfnPartnershipPropsMixin.X12EnvelopeProperty.getCommon()wrapOptions(CfnPartnershipPropsMixin.WrapOptionsProperty wrapOptions) Sets the value ofCfnPartnershipPropsMixin.X12EnvelopeProperty.getWrapOptions()wrapOptions(IResolvable wrapOptions) Sets the value ofCfnPartnershipPropsMixin.X12EnvelopeProperty.getWrapOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
common
@Stability(Stable) public CfnPartnershipPropsMixin.X12EnvelopeProperty.Builder common(IResolvable common) Sets the value ofCfnPartnershipPropsMixin.X12EnvelopeProperty.getCommon()- Parameters:
common- A container for the X12 outbound EDI headers.- Returns:
this
-
common
@Stability(Stable) public CfnPartnershipPropsMixin.X12EnvelopeProperty.Builder common(CfnPartnershipPropsMixin.X12OutboundEdiHeadersProperty common) Sets the value ofCfnPartnershipPropsMixin.X12EnvelopeProperty.getCommon()- Parameters:
common- A container for the X12 outbound EDI headers.- Returns:
this
-
wrapOptions
@Stability(Stable) public CfnPartnershipPropsMixin.X12EnvelopeProperty.Builder wrapOptions(IResolvable wrapOptions) Sets the value ofCfnPartnershipPropsMixin.X12EnvelopeProperty.getWrapOptions()- Parameters:
wrapOptions- the value to be set.- Returns:
this
-
wrapOptions
@Stability(Stable) public CfnPartnershipPropsMixin.X12EnvelopeProperty.Builder wrapOptions(CfnPartnershipPropsMixin.WrapOptionsProperty wrapOptions) Sets the value ofCfnPartnershipPropsMixin.X12EnvelopeProperty.getWrapOptions()- Parameters:
wrapOptions- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPartnershipPropsMixin.X12EnvelopeProperty>- Returns:
- a new instance of
CfnPartnershipPropsMixin.X12EnvelopeProperty - Throws:
NullPointerException- if any required attribute was not provided
-