Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.PaymentInstrumentSummary.Builder
Packages that use PaymentInstrumentSummary.Builder
-
Uses of PaymentInstrumentSummary.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentInstrumentSummary.BuilderModifier and TypeMethodDescriptionPaymentInstrumentSummary.builder()The timestamp when this payment instrument was created.PaymentInstrumentSummary.Builder.paymentConnectorId(String paymentConnectorId) The ID of the payment connector associated with this instrument.PaymentInstrumentSummary.Builder.paymentInstrumentId(String paymentInstrumentId) The unique identifier for this payment instrument.PaymentInstrumentSummary.Builder.paymentInstrumentType(String paymentInstrumentType) The type of payment instrument (e.g., EMBEDDED_CRYPTO_WALLET).PaymentInstrumentSummary.Builder.paymentInstrumentType(PaymentInstrumentType paymentInstrumentType) The type of payment instrument (e.g., EMBEDDED_CRYPTO_WALLET).PaymentInstrumentSummary.Builder.paymentManagerArn(String paymentManagerArn) The ARN of the payment manager that owns this payment instrument.The current status of this payment instrument.PaymentInstrumentSummary.Builder.status(PaymentInstrumentStatus status) The current status of this payment instrument.PaymentInstrumentSummary.toBuilder()The timestamp when this payment instrument was last updated.The user ID associated with this payment instrument.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type PaymentInstrumentSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PaymentInstrumentSummary.Builder>PaymentInstrumentSummary.serializableBuilderClass()