| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
static BlockchainInstant.Builder |
BlockchainInstant.builder() |
BlockchainInstant.Builder |
BlockchainInstant.Builder.time(Instant time)
The container of the
Timestamp of the blockchain instant. |
BlockchainInstant.Builder |
BlockchainInstant.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BlockchainInstant.Builder> |
BlockchainInstant.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
default BatchGetTokenBalanceInputItem.Builder |
BatchGetTokenBalanceInputItem.Builder.atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
default BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
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.
|
default GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
default GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.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.
|
default ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.fromBlockchainInstant(Consumer<BlockchainInstant.Builder> fromBlockchainInstant)
Sets the value of the FromBlockchainInstant property for this object.
|
default BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.lastUpdatedTime(Consumer<BlockchainInstant.Builder> lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
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 GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.lastUpdatedTime(Consumer<BlockchainInstant.Builder> lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
default ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.toBlockchainInstant(Consumer<BlockchainInstant.Builder> toBlockchainInstant)
Sets the value of the ToBlockchainInstant property for this object.
|
Copyright © 2023. All rights reserved.