Interface X12SplitOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<X12SplitOptions.Builder,
,X12SplitOptions> SdkBuilder<X12SplitOptions.Builder,
,X12SplitOptions> SdkPojo
- Enclosing class:
X12SplitOptions
@Mutable
@NotThreadSafe
public static interface X12SplitOptions.Builder
extends SdkPojo, CopyableBuilder<X12SplitOptions.Builder,X12SplitOptions>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the method used to split X12 EDI files.splitBy
(X12SplitBy splitBy) Specifies the method used to split X12 EDI files.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
splitBy
Specifies the method used to split X12 EDI files. Valid values include
TRANSACTION
(split by individual transaction sets), orNONE
(no splitting).- Parameters:
splitBy
- Specifies the method used to split X12 EDI files. Valid values includeTRANSACTION
(split by individual transaction sets), orNONE
(no splitting).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
splitBy
Specifies the method used to split X12 EDI files. Valid values include
TRANSACTION
(split by individual transaction sets), orNONE
(no splitting).- Parameters:
splitBy
- Specifies the method used to split X12 EDI files. Valid values includeTRANSACTION
(split by individual transaction sets), orNONE
(no splitting).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-