| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
TokenBalance.Builder |
TokenBalance.Builder.atBlockchainInstant(BlockchainInstant atBlockchainInstant)
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
default TokenBalance.Builder |
TokenBalance.Builder.atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
TokenBalance.Builder |
TokenBalance.Builder.balance(String balance)
The container of the token balance.
|
static TokenBalance.Builder |
TokenBalance.builder() |
TokenBalance.Builder |
TokenBalance.Builder.lastUpdatedTime(BlockchainInstant lastUpdatedTime)
The
timestamp of the last transaction at which the balance for the token in the wallet was
updated. |
default TokenBalance.Builder |
TokenBalance.Builder.lastUpdatedTime(Consumer<BlockchainInstant.Builder> lastUpdatedTime)
The
timestamp of the last transaction at which the balance for the token in the wallet was
updated. |
default TokenBalance.Builder |
TokenBalance.Builder.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
The container for the identifier of the owner.
|
TokenBalance.Builder |
TokenBalance.Builder.ownerIdentifier(OwnerIdentifier ownerIdentifier)
The container for the identifier of the owner.
|
TokenBalance.Builder |
TokenBalance.toBuilder() |
default TokenBalance.Builder |
TokenBalance.Builder.tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)
The identifier for the token, including the unique token ID and its blockchain network.
|
TokenBalance.Builder |
TokenBalance.Builder.tokenIdentifier(TokenIdentifier tokenIdentifier)
The identifier for the token, including the unique token ID and its blockchain network.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TokenBalance.Builder> |
TokenBalance.serializableBuilderClass() |
Copyright © 2023. All rights reserved.