Class CfnPartnership.X12AcknowledgmentOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.b2bi.CfnPartnership.X12AcknowledgmentOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPartnership.X12AcknowledgmentOptionsProperty>
- Enclosing interface:
CfnPartnership.X12AcknowledgmentOptionsProperty
@Stability(Stable)
public static final class CfnPartnership.X12AcknowledgmentOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPartnership.X12AcknowledgmentOptionsProperty>
A builder for
CfnPartnership.X12AcknowledgmentOptionsProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.functionalAcknowledgment
(String functionalAcknowledgment) technicalAcknowledgment
(String technicalAcknowledgment)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
functionalAcknowledgment
@Stability(Stable) public CfnPartnership.X12AcknowledgmentOptionsProperty.Builder functionalAcknowledgment(String functionalAcknowledgment) - Parameters:
functionalAcknowledgment
- the value to be set. This parameter is required.- Returns:
this
-
technicalAcknowledgment
@Stability(Stable) public CfnPartnership.X12AcknowledgmentOptionsProperty.Builder technicalAcknowledgment(String technicalAcknowledgment) - Parameters:
technicalAcknowledgment
- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnPartnership.X12AcknowledgmentOptionsProperty>
- Returns:
- a new instance of
CfnPartnership.X12AcknowledgmentOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-