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