public static interface BatchGetTokenBalanceOutputItem.Builder extends SdkPojo, CopyableBuilder<BatchGetTokenBalanceOutputItem.Builder,BatchGetTokenBalanceOutputItem>
| Modifier and Type | Method and Description |
|---|---|
BatchGetTokenBalanceOutputItem.Builder |
atBlockchainInstant(BlockchainInstant atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
default BatchGetTokenBalanceOutputItem.Builder |
atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
BatchGetTokenBalanceOutputItem.Builder |
balance(String balance)
The container for the token balance.
|
BatchGetTokenBalanceOutputItem.Builder |
lastUpdatedTime(BlockchainInstant lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
default BatchGetTokenBalanceOutputItem.Builder |
lastUpdatedTime(Consumer<BlockchainInstant.Builder> lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
default BatchGetTokenBalanceOutputItem.Builder |
ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
BatchGetTokenBalanceOutputItem.Builder |
ownerIdentifier(OwnerIdentifier ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
default BatchGetTokenBalanceOutputItem.Builder |
tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)
Sets the value of the TokenIdentifier property for this object.
|
BatchGetTokenBalanceOutputItem.Builder |
tokenIdentifier(TokenIdentifier tokenIdentifier)
Sets the value of the TokenIdentifier property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetTokenBalanceOutputItem.Builder ownerIdentifier(OwnerIdentifier ownerIdentifier)
ownerIdentifier - The new value for the OwnerIdentifier property for this object.default BatchGetTokenBalanceOutputItem.Builder ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
OwnerIdentifier.Builder avoiding the
need to create one manually via OwnerIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ownerIdentifier(OwnerIdentifier).
ownerIdentifier - a consumer that will call methods on OwnerIdentifier.BuilderownerIdentifier(OwnerIdentifier)BatchGetTokenBalanceOutputItem.Builder tokenIdentifier(TokenIdentifier tokenIdentifier)
tokenIdentifier - The new value for the TokenIdentifier property for this object.default BatchGetTokenBalanceOutputItem.Builder tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)
TokenIdentifier.Builder avoiding the
need to create one manually via TokenIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tokenIdentifier(TokenIdentifier).
tokenIdentifier - a consumer that will call methods on TokenIdentifier.BuildertokenIdentifier(TokenIdentifier)BatchGetTokenBalanceOutputItem.Builder balance(String balance)
The container for the token balance.
balance - The container for the token balance.BatchGetTokenBalanceOutputItem.Builder atBlockchainInstant(BlockchainInstant atBlockchainInstant)
atBlockchainInstant - The new value for the AtBlockchainInstant property for this object.default BatchGetTokenBalanceOutputItem.Builder atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
BlockchainInstant.Builder avoiding the
need to create one manually via BlockchainInstant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to atBlockchainInstant(BlockchainInstant).
atBlockchainInstant - a consumer that will call methods on BlockchainInstant.BuilderatBlockchainInstant(BlockchainInstant)BatchGetTokenBalanceOutputItem.Builder lastUpdatedTime(BlockchainInstant lastUpdatedTime)
lastUpdatedTime - The new value for the LastUpdatedTime property for this object.default BatchGetTokenBalanceOutputItem.Builder lastUpdatedTime(Consumer<BlockchainInstant.Builder> lastUpdatedTime)
BlockchainInstant.Builder avoiding the
need to create one manually via BlockchainInstant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lastUpdatedTime(BlockchainInstant).
lastUpdatedTime - a consumer that will call methods on BlockchainInstant.BuilderlastUpdatedTime(BlockchainInstant)Copyright © 2023. All rights reserved.