public static interface GetTokenBalanceRequest.Builder extends ManagedBlockchainQueryRequest.Builder, SdkPojo, CopyableBuilder<GetTokenBalanceRequest.Builder,GetTokenBalanceRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTokenBalanceRequest.Builder |
atBlockchainInstant(BlockchainInstant atBlockchainInstant)
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
default 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.
|
GetTokenBalanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTokenBalanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default GetTokenBalanceRequest.Builder |
ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
The container for the identifier for the owner.
|
GetTokenBalanceRequest.Builder |
ownerIdentifier(OwnerIdentifier ownerIdentifier)
The container for the identifier for the owner.
|
default GetTokenBalanceRequest.Builder |
tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)
The container for the identifier for the token, including the unique token ID and its blockchain network.
|
GetTokenBalanceRequest.Builder |
tokenIdentifier(TokenIdentifier tokenIdentifier)
The container for the identifier for the token, including the unique token ID and its blockchain network.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTokenBalanceRequest.Builder tokenIdentifier(TokenIdentifier tokenIdentifier)
The container for the identifier for the token, including the unique token ID and its blockchain network.
tokenIdentifier - The container for the identifier for the token, including the unique token ID and its blockchain
network.default GetTokenBalanceRequest.Builder tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)
The container for the identifier for the token, including the unique token ID and its blockchain network.
This is a convenience method that creates an instance of theTokenIdentifier.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)GetTokenBalanceRequest.Builder ownerIdentifier(OwnerIdentifier ownerIdentifier)
The container for the identifier for the owner.
ownerIdentifier - The container for the identifier for the owner.default GetTokenBalanceRequest.Builder ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
The container for the identifier for the owner.
This is a convenience method that creates an instance of theOwnerIdentifier.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)GetTokenBalanceRequest.Builder atBlockchainInstant(BlockchainInstant atBlockchainInstant)
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
This time will only be recorded up to the second.
atBlockchainInstant - The time for when the TokenBalance is requested or the current time if a time is not provided in the
request. This time will only be recorded up to the second.
default 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.
This time will only be recorded up to the second.
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)GetTokenBalanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTokenBalanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.