Interface StripePrivyConfigurationInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StripePrivyConfigurationInput.Builder,,StripePrivyConfigurationInput> SdkBuilder<StripePrivyConfigurationInput.Builder,,StripePrivyConfigurationInput> SdkPojo
- Enclosing class:
StripePrivyConfigurationInput
@Mutable
@NotThreadSafe
public static interface StripePrivyConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<StripePrivyConfigurationInput.Builder,StripePrivyConfigurationInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe app ID provided by Privy.The app secret provided by Privy.authorizationId(String authorizationId) The authorization ID for the Stripe Privy integration.authorizationPrivateKey(String authorizationPrivateKey) The authorization private key for the Stripe Privy integration.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
-
appId
The app ID provided by Privy.
- Parameters:
appId- The app ID provided by Privy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appSecret
The app secret provided by Privy.
- Parameters:
appSecret- The app secret provided by Privy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizationPrivateKey
The authorization private key for the Stripe Privy integration.
- Parameters:
authorizationPrivateKey- The authorization private key for the Stripe Privy integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizationId
The authorization ID for the Stripe Privy integration.
- Parameters:
authorizationId- The authorization ID for the Stripe Privy integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-