Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.Amount.Builder
Packages that use Amount.Builder
-
Uses of Amount.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return Amount.BuilderModifier and TypeMethodDescriptionstatic Amount.BuilderAmount.builder()The currency code for the amount.The currency code for the amount.Amount.toBuilder()The numeric value of the amount.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type Amount.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Amount.Builder>Amount.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type Amount.BuilderModifier and TypeMethodDescriptiondefault AvailableLimits.BuilderAvailableLimits.Builder.availableSpendAmount(Consumer<Amount.Builder> availableSpendAmount) The remaining available amount that can be spent.default SessionLimits.BuilderSessionLimits.Builder.maxSpendAmount(Consumer<Amount.Builder> maxSpendAmount) The maximum amount that can be spent in the session.