Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.StripePrivyTokenRequestInput.Builder
Packages that use StripePrivyTokenRequestInput.Builder
-
Uses of StripePrivyTokenRequestInput.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return StripePrivyTokenRequestInput.BuilderModifier and TypeMethodDescriptionStripePrivyTokenRequestInput.builder()StripePrivyTokenRequestInput.Builder.includeAuthorizationSignature(Boolean includeAuthorizationSignature) Set to true to generate privy-authorization-signature.StripePrivyTokenRequestInput.Builder.requestBody(String requestBody) Request body JSON for the Privy API call.StripePrivyTokenRequestInput.Builder.requestHost(String requestHost) The host for the Privy API request.StripePrivyTokenRequestInput.Builder.requestPath(String requestPath) The path of the Stripe Privy API request.StripePrivyTokenRequestInput.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type StripePrivyTokenRequestInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StripePrivyTokenRequestInput.Builder>StripePrivyTokenRequestInput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type StripePrivyTokenRequestInput.BuilderModifier and TypeMethodDescriptionstatic PaymentTokenRequestInputPaymentTokenRequestInput.fromStripePrivyTokenRequest(Consumer<StripePrivyTokenRequestInput.Builder> stripePrivyTokenRequest) Create an instance of this class withPaymentTokenRequestInput.stripePrivyTokenRequest()initialized to the given value.default PaymentTokenRequestInput.BuilderPaymentTokenRequestInput.Builder.stripePrivyTokenRequest(Consumer<StripePrivyTokenRequestInput.Builder> stripePrivyTokenRequest) The Stripe Privy token request.