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