Interface X12Details.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<X12Details.Builder,
,X12Details> SdkBuilder<X12Details.Builder,
,X12Details> SdkPojo
- Enclosing class:
X12Details
@Mutable
@NotThreadSafe
public static interface X12Details.Builder
extends SdkPojo, CopyableBuilder<X12Details.Builder,X12Details>
-
Method Summary
Modifier and TypeMethodDescriptiontransactionSet
(String transactionSet) Returns an enumerated type where each value identifies an X12 transaction set.transactionSet
(X12TransactionSet transactionSet) Returns an enumerated type where each value identifies an X12 transaction set.Returns the version to use for the specified X12 transaction set.version
(X12Version version) Returns the version to use for the specified X12 transaction set.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
-
transactionSet
Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
- Parameters:
transactionSet
- Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
transactionSet
Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
- Parameters:
transactionSet
- Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
Returns the version to use for the specified X12 transaction set.
- Parameters:
version
- Returns the version to use for the specified X12 transaction set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
Returns the version to use for the specified X12 transaction set.
- Parameters:
version
- Returns the version to use for the specified X12 transaction set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-