Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.PaymentInstrument.Builder
Packages that use PaymentInstrument.Builder
-
Uses of PaymentInstrument.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentInstrument.BuilderModifier and TypeMethodDescriptionstatic PaymentInstrument.BuilderPaymentInstrument.builder()The timestamp when this payment instrument was created.PaymentInstrument.Builder.paymentConnectorId(String paymentConnectorId) The ID of the payment connector associated with this instrument.default PaymentInstrument.BuilderPaymentInstrument.Builder.paymentInstrumentDetails(Consumer<PaymentInstrumentDetails.Builder> paymentInstrumentDetails) The details specific to the payment instrument type.PaymentInstrument.Builder.paymentInstrumentDetails(PaymentInstrumentDetails paymentInstrumentDetails) The details specific to the payment instrument type.PaymentInstrument.Builder.paymentInstrumentId(String paymentInstrumentId) The unique identifier for this payment instrument.PaymentInstrument.Builder.paymentInstrumentType(String paymentInstrumentType) The type of payment instrument (e.g., EMBEDDED_CRYPTO_WALLET).PaymentInstrument.Builder.paymentInstrumentType(PaymentInstrumentType paymentInstrumentType) The type of payment instrument (e.g., EMBEDDED_CRYPTO_WALLET).PaymentInstrument.Builder.paymentManagerArn(String paymentManagerArn) The ARN of the payment manager that owns this payment instrument.The current status of this payment instrument.PaymentInstrument.Builder.status(PaymentInstrumentStatus status) The current status of this payment instrument.PaymentInstrument.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 PaymentInstrument.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PaymentInstrument.Builder>PaymentInstrument.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type PaymentInstrument.BuilderModifier and TypeMethodDescriptionCreatePaymentInstrumentResponse.Builder.paymentInstrument(Consumer<PaymentInstrument.Builder> paymentInstrument) The created payment instrument.GetPaymentInstrumentResponse.Builder.paymentInstrument(Consumer<PaymentInstrument.Builder> paymentInstrument) The payment instrument details.