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