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 TypeMethodDescriptionThis can hold any JSON-like objectThe X402 protocol version (e.g., "v1", "v2")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 X402 protocol version (e.g., "v1", "v2")
- Parameters:
version- The X402 protocol version (e.g., "v1", "v2")- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
payload
This can hold any JSON-like object
- Parameters:
payload- This can hold any JSON-like object- Returns:
- Returns a reference to this object so that method calls can be chained together.
-