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