Class CfnPartnershipPropsMixin.OutboundEdiOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnPartnershipPropsMixin.OutboundEdiOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPartnershipPropsMixin.OutboundEdiOptionsProperty>
- Enclosing interface:
CfnPartnershipPropsMixin.OutboundEdiOptionsProperty
@Stability(Stable)
public static final class CfnPartnershipPropsMixin.OutboundEdiOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPartnershipPropsMixin.OutboundEdiOptionsProperty>
A builder for
CfnPartnershipPropsMixin.OutboundEdiOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPartnershipPropsMixin.OutboundEdiOptionsProperty.getX12()x12(IResolvable x12) Sets the value ofCfnPartnershipPropsMixin.OutboundEdiOptionsProperty.getX12()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
x12
@Stability(Stable) public CfnPartnershipPropsMixin.OutboundEdiOptionsProperty.Builder x12(IResolvable x12) Sets the value ofCfnPartnershipPropsMixin.OutboundEdiOptionsProperty.getX12()- Parameters:
x12- A structure that contains an X12 envelope structure.- Returns:
this
-
x12
@Stability(Stable) public CfnPartnershipPropsMixin.OutboundEdiOptionsProperty.Builder x12(CfnPartnershipPropsMixin.X12EnvelopeProperty x12) Sets the value ofCfnPartnershipPropsMixin.OutboundEdiOptionsProperty.getX12()- Parameters:
x12- A structure that contains an X12 envelope structure.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPartnershipPropsMixin.OutboundEdiOptionsProperty>- Returns:
- a new instance of
CfnPartnershipPropsMixin.OutboundEdiOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-