Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ProcessPaymentResponse.Builder
Packages that use ProcessPaymentResponse.Builder
-
Uses of ProcessPaymentResponse.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ProcessPaymentResponse.BuilderModifier and TypeMethodDescriptionProcessPaymentResponse.builder()The timestamp when the payment was created.ProcessPaymentResponse.Builder.paymentInstrumentId(String paymentInstrumentId) The ID of the payment instrument used.ProcessPaymentResponse.Builder.paymentManagerArn(String paymentManagerArn) The ARN of the payment manager.default ProcessPaymentResponse.BuilderProcessPaymentResponse.Builder.paymentOutput(Consumer<PaymentOutput.Builder> paymentOutput) The payment output details specific to the payment type.ProcessPaymentResponse.Builder.paymentOutput(PaymentOutput paymentOutput) The payment output details specific to the payment type.ProcessPaymentResponse.Builder.paymentSessionId(String paymentSessionId) The ID of the payment session used.ProcessPaymentResponse.Builder.paymentType(String paymentType) The type of payment processed.ProcessPaymentResponse.Builder.paymentType(PaymentType paymentType) The type of payment processed.ProcessPaymentResponse.Builder.processPaymentId(String processPaymentId) The unique identifier of the processed payment.The status of the payment.ProcessPaymentResponse.Builder.status(PaymentStatus status) The status of the payment.ProcessPaymentResponse.toBuilder()The timestamp when the payment was last updated.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ProcessPaymentResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ProcessPaymentResponse.Builder>ProcessPaymentResponse.serializableBuilderClass()