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