Interface X12Details.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<X12Details.Builder,X12Details>,SdkBuilder<X12Details.Builder,X12Details>,SdkPojo
- Enclosing class:
- X12Details
public static interface X12Details.Builder extends SdkPojo, CopyableBuilder<X12Details.Builder,X12Details>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X12Details.BuildertransactionSet(String transactionSet)Returns an enumerated type where each value identifies an X12 transaction set.X12Details.BuildertransactionSet(X12TransactionSet transactionSet)Returns an enumerated type where each value identifies an X12 transaction set.X12Details.Builderversion(String version)Returns the version to use for the specified X12 transaction set.X12Details.Builderversion(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, sdkFields
-
-
-
-
Method Detail
-
transactionSet
X12Details.Builder transactionSet(String 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:
X12TransactionSet,X12TransactionSet
-
transactionSet
X12Details.Builder transactionSet(X12TransactionSet 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:
X12TransactionSet,X12TransactionSet
-
version
X12Details.Builder version(String version)
Returns the version to use for the specified X12 transaction set.
</p>- Parameters:
version- Returns the version to use for the specified X12 transaction set.</p>@see X12Version @return Returns a reference to this object so that method calls can be chained together. @see X12Version
-
version
X12Details.Builder version(X12Version version)
Returns the version to use for the specified X12 transaction set.
</p>- Parameters:
version- Returns the version to use for the specified X12 transaction set.</p>@see X12Version @return Returns a reference to this object so that method calls can be chained together. @see X12Version
-
-