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