Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.PaymentSessionSummary.Builder
Packages that use PaymentSessionSummary.Builder
-
Uses of PaymentSessionSummary.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentSessionSummary.BuilderModifier and TypeMethodDescriptionPaymentSessionSummary.builder()The timestamp when the session was created.PaymentSessionSummary.Builder.expiryTimeInMinutes(Integer expiryTimeInMinutes) The session expiry time in minutes.PaymentSessionSummary.Builder.paymentManagerArn(String paymentManagerArn) The ARN of the payment manager that owns this session.PaymentSessionSummary.Builder.paymentSessionId(String paymentSessionId) The unique identifier of the payment session.PaymentSessionSummary.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 PaymentSessionSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PaymentSessionSummary.Builder>PaymentSessionSummary.serializableBuilderClass()