Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.EmbeddedCryptoWallet.Builder
Packages that use EmbeddedCryptoWallet.Builder
-
Uses of EmbeddedCryptoWallet.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return EmbeddedCryptoWallet.BuilderModifier and TypeMethodDescriptionstatic EmbeddedCryptoWallet.BuilderEmbeddedCryptoWallet.builder()EmbeddedCryptoWallet.Builder.linkedAccounts(Collection<LinkedAccount> linkedAccounts) List of linked accounts linked to this wallet.EmbeddedCryptoWallet.Builder.linkedAccounts(Consumer<LinkedAccount.Builder>... linkedAccounts) List of linked accounts linked to this wallet.EmbeddedCryptoWallet.Builder.linkedAccounts(LinkedAccount... linkedAccounts) List of linked accounts linked to this wallet.The blockchain network for this embedded crypto wallet.EmbeddedCryptoWallet.Builder.network(CryptoWalletNetwork network) The blockchain network for this embedded crypto wallet.EmbeddedCryptoWallet.Builder.redirectUrl(String redirectUrl) URL for the end user to complete a provider-specific action such as wallet linking or onboarding.EmbeddedCryptoWallet.toBuilder()EmbeddedCryptoWallet.Builder.walletAddress(String walletAddress) The wallet address on the specified blockchain network.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type EmbeddedCryptoWallet.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EmbeddedCryptoWallet.Builder>EmbeddedCryptoWallet.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type EmbeddedCryptoWallet.BuilderModifier and TypeMethodDescriptiondefault PaymentInstrumentDetails.BuilderPaymentInstrumentDetails.Builder.embeddedCryptoWallet(Consumer<EmbeddedCryptoWallet.Builder> embeddedCryptoWallet) Embedded crypto wallet managed directly by end user.static PaymentInstrumentDetailsPaymentInstrumentDetails.fromEmbeddedCryptoWallet(Consumer<EmbeddedCryptoWallet.Builder> embeddedCryptoWallet) Create an instance of this class withPaymentInstrumentDetails.embeddedCryptoWallet()initialized to the given value.