| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.atBlockchainInstant(BlockchainInstant atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
default BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.balance(String balance)
The container for the token balance.
|
static BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.builder() |
BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.lastUpdatedTime(BlockchainInstant lastUpdatedTime)
Sets the value of the LastUpdatedTime 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 BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.ownerIdentifier(OwnerIdentifier ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.toBuilder() |
default BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)
Sets the value of the TokenIdentifier property for this object.
|
BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.tokenIdentifier(TokenIdentifier tokenIdentifier)
Sets the value of the TokenIdentifier property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetTokenBalanceOutputItem.Builder> |
BatchGetTokenBalanceOutputItem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.