Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.StripePrivyTokenResponseOutput.Builder
Packages that use StripePrivyTokenResponseOutput.Builder
-
Uses of StripePrivyTokenResponseOutput.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return StripePrivyTokenResponseOutput.BuilderModifier and TypeMethodDescriptionThe Privy app ID for the privy-app-id header.StripePrivyTokenResponseOutput.Builder.authorizationSignature(String authorizationSignature) Base64-encoded ECDSA P-256 authorization signature (only present when includeAuthorizationSignature is true).StripePrivyTokenResponseOutput.Builder.basicAuthToken(String basicAuthToken) Base64-encoded Basic Auth token (appId:appSecret) for the Authorization header.StripePrivyTokenResponseOutput.builder()StripePrivyTokenResponseOutput.Builder.requestExpiry(Long requestExpiry) Unix timestamp in milliseconds when the authorization signature expires.StripePrivyTokenResponseOutput.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type StripePrivyTokenResponseOutput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StripePrivyTokenResponseOutput.Builder>StripePrivyTokenResponseOutput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type StripePrivyTokenResponseOutput.BuilderModifier and TypeMethodDescriptionstatic PaymentTokenResponseOutputPaymentTokenResponseOutput.fromStripePrivyTokenResponse(Consumer<StripePrivyTokenResponseOutput.Builder> stripePrivyTokenResponse) Create an instance of this class withPaymentTokenResponseOutput.stripePrivyTokenResponse()initialized to the given value.PaymentTokenResponseOutput.Builder.stripePrivyTokenResponse(Consumer<StripePrivyTokenResponseOutput.Builder> stripePrivyTokenResponse) The Stripe Privy token response.