Interface StripePrivyTokenRequestInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StripePrivyTokenRequestInput.Builder,,StripePrivyTokenRequestInput> SdkBuilder<StripePrivyTokenRequestInput.Builder,,StripePrivyTokenRequestInput> SdkPojo
- Enclosing class:
StripePrivyTokenRequestInput
@Mutable
@NotThreadSafe
public static interface StripePrivyTokenRequestInput.Builder
extends SdkPojo, CopyableBuilder<StripePrivyTokenRequestInput.Builder,StripePrivyTokenRequestInput>
-
Method Summary
Modifier and TypeMethodDescriptionincludeAuthorizationSignature(Boolean includeAuthorizationSignature) Set to true to generate privy-authorization-signaturerequestBody(String requestBody) Request body JSON for the Privy API callrequestHost(String requestHost) Optional - defaults to "api.privy.io"requestPath(String requestPath) The path of the Stripe Privy API request.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
-
requestHost
Optional - defaults to "api.privy.io"
- Parameters:
requestHost- Optional - defaults to "api.privy.io"- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestPath
The path of the Stripe Privy API request.
- Parameters:
requestPath- The path of the Stripe Privy API request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestBody
Request body JSON for the Privy API call
- Parameters:
requestBody- Request body JSON for the Privy API call- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeAuthorizationSignature
StripePrivyTokenRequestInput.Builder includeAuthorizationSignature(Boolean includeAuthorizationSignature) Set to true to generate privy-authorization-signature
- Parameters:
includeAuthorizationSignature- Set to true to generate privy-authorization-signature- Returns:
- Returns a reference to this object so that method calls can be chained together.
-