Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.PaymentSession.Builder
Packages that use PaymentSession.Builder
-
Uses of PaymentSession.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentSession.BuilderModifier and TypeMethodDescriptiondefault PaymentSession.BuilderPaymentSession.Builder.availableLimits(Consumer<AvailableLimits.Builder> availableLimits) The current available spending limits.PaymentSession.Builder.availableLimits(AvailableLimits availableLimits) The current available spending limits.static PaymentSession.BuilderPaymentSession.builder()The timestamp when the session was created.PaymentSession.Builder.expiryTimeInMinutes(Integer expiryTimeInMinutes) The session expiry time in minutes.default PaymentSession.BuilderPaymentSession.Builder.limits(Consumer<SessionLimits.Builder> limits) The spending limits for the payment session.PaymentSession.Builder.limits(SessionLimits limits) The spending limits for the payment session.PaymentSession.Builder.paymentManagerArn(String paymentManagerArn) The ARN of the payment manager that owns this session.PaymentSession.Builder.paymentSessionId(String paymentSessionId) The unique identifier of the payment session.PaymentSession.toBuilder()The timestamp when the session was last updated.The user ID associated with this session.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type PaymentSession.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PaymentSession.Builder>PaymentSession.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type PaymentSession.BuilderModifier and TypeMethodDescriptionCreatePaymentSessionResponse.Builder.paymentSession(Consumer<PaymentSession.Builder> paymentSession) The created payment session.GetPaymentSessionResponse.Builder.paymentSession(Consumer<PaymentSession.Builder> paymentSession) The payment session details.