Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.SessionLimits.Builder
Packages that use SessionLimits.Builder
-
Uses of SessionLimits.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SessionLimits.BuilderModifier and TypeMethodDescriptionstatic SessionLimits.BuilderSessionLimits.builder()default SessionLimits.BuilderSessionLimits.Builder.maxSpendAmount(Consumer<Amount.Builder> maxSpendAmount) The maximum amount that can be spent in the session.SessionLimits.Builder.maxSpendAmount(Amount maxSpendAmount) The maximum amount that can be spent in the session.SessionLimits.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type SessionLimits.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SessionLimits.Builder>SessionLimits.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type SessionLimits.BuilderModifier and TypeMethodDescriptionCreatePaymentSessionRequest.Builder.limits(Consumer<SessionLimits.Builder> limits) The spending limits for this payment session.default PaymentSession.BuilderPaymentSession.Builder.limits(Consumer<SessionLimits.Builder> limits) The spending limits for the payment session.