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