public static interface ListTokenBalancesRequest.Builder extends ManagedBlockchainQueryRequest.Builder, SdkPojo, CopyableBuilder<ListTokenBalancesRequest.Builder,ListTokenBalancesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTokenBalancesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of token balances to return.
|
ListTokenBalancesRequest.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListTokenBalancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTokenBalancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListTokenBalancesRequest.Builder |
ownerFilter(Consumer<OwnerFilter.Builder> ownerFilter)
The contract or wallet address on the blockchain network by which to filter the request.
|
ListTokenBalancesRequest.Builder |
ownerFilter(OwnerFilter ownerFilter)
The contract or wallet address on the blockchain network by which to filter the request.
|
default ListTokenBalancesRequest.Builder |
tokenFilter(Consumer<TokenFilter.Builder> tokenFilter)
The contract address or a token identifier on the blockchain network by which to filter the request.
|
ListTokenBalancesRequest.Builder |
tokenFilter(TokenFilter tokenFilter)
The contract address or a token identifier on the blockchain network by which to filter the request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTokenBalancesRequest.Builder ownerFilter(OwnerFilter ownerFilter)
The contract or wallet address on the blockchain network by which to filter the request. You must specify the
address property of the ownerFilter when listing balances of tokens owned by the
address.
ownerFilter - The contract or wallet address on the blockchain network by which to filter the request. You must
specify the address property of the ownerFilter when listing balances of
tokens owned by the address.default ListTokenBalancesRequest.Builder ownerFilter(Consumer<OwnerFilter.Builder> ownerFilter)
The contract or wallet address on the blockchain network by which to filter the request. You must specify the
address property of the ownerFilter when listing balances of tokens owned by the
address.
OwnerFilter.Builder avoiding the need to
create one manually via OwnerFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ownerFilter(OwnerFilter).
ownerFilter - a consumer that will call methods on OwnerFilter.BuilderownerFilter(OwnerFilter)ListTokenBalancesRequest.Builder tokenFilter(TokenFilter tokenFilter)
The contract address or a token identifier on the blockchain network by which to filter the request. You must specify the contractAddress property of this container when listing tokens minted by a contract.
You must always specify the network property of this container when using this operation.
tokenFilter - The contract address or a token identifier on the blockchain network by which to filter the request.
You must specify the contractAddress property of this container when listing tokens minted by a
contract. You must always specify the network property of this container when using this operation.
default ListTokenBalancesRequest.Builder tokenFilter(Consumer<TokenFilter.Builder> tokenFilter)
The contract address or a token identifier on the blockchain network by which to filter the request. You must specify the contractAddress property of this container when listing tokens minted by a contract.
You must always specify the network property of this container when using this operation.
TokenFilter.Builder avoiding the
need to create one manually via TokenFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to tokenFilter(TokenFilter).
tokenFilter - a consumer that will call methods on TokenFilter.BuildertokenFilter(TokenFilter)ListTokenBalancesRequest.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.ListTokenBalancesRequest.Builder maxResults(Integer maxResults)
The maximum number of token balances to return.
maxResults - The maximum number of token balances to return.ListTokenBalancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTokenBalancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.