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