public static interface BatchGetTokenBalanceInputItem.Builder extends SdkPojo, CopyableBuilder<BatchGetTokenBalanceInputItem.Builder,BatchGetTokenBalanceInputItem>
| Modifier and Type | Method and Description |
|---|---|
BatchGetTokenBalanceInputItem.Builder |
atBlockchainInstant(BlockchainInstant atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
default BatchGetTokenBalanceInputItem.Builder |
atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
default BatchGetTokenBalanceInputItem.Builder |
ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
BatchGetTokenBalanceInputItem.Builder |
ownerIdentifier(OwnerIdentifier ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
default BatchGetTokenBalanceInputItem.Builder |
tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)
Sets the value of the TokenIdentifier property for this object.
|
BatchGetTokenBalanceInputItem.Builder |
tokenIdentifier(TokenIdentifier tokenIdentifier)
Sets the value of the TokenIdentifier property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetTokenBalanceInputItem.Builder tokenIdentifier(TokenIdentifier tokenIdentifier)
tokenIdentifier - The new value for the TokenIdentifier property for this object.default BatchGetTokenBalanceInputItem.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)BatchGetTokenBalanceInputItem.Builder ownerIdentifier(OwnerIdentifier ownerIdentifier)
ownerIdentifier - The new value for the OwnerIdentifier property for this object.default BatchGetTokenBalanceInputItem.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)BatchGetTokenBalanceInputItem.Builder atBlockchainInstant(BlockchainInstant atBlockchainInstant)
atBlockchainInstant - The new value for the AtBlockchainInstant property for this object.default BatchGetTokenBalanceInputItem.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)Copyright © 2023. All rights reserved.