Interface CryptoX402PaymentInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CryptoX402PaymentInput.Builder,,CryptoX402PaymentInput> SdkBuilder<CryptoX402PaymentInput.Builder,,CryptoX402PaymentInput> SdkPojo
- Enclosing class:
CryptoX402PaymentInput
@Mutable
@NotThreadSafe
public static interface CryptoX402PaymentInput.Builder
extends SdkPojo, CopyableBuilder<CryptoX402PaymentInput.Builder,CryptoX402PaymentInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe X402 payment payload.The version of the X402 protocol.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
version
The version of the X402 protocol.
- Parameters:
version- The version of the X402 protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
payload
The X402 payment payload.
- Parameters:
payload- The X402 payment payload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-