Uses of Interface
software.amazon.awssdk.services.managedblockchainquery.model.TokenIdentifier.Builder
-
Packages that use TokenIdentifier.Builder Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of TokenIdentifier.Builder in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return TokenIdentifier.Builder Modifier and Type Method Description static TokenIdentifier.BuilderTokenIdentifier. builder()TokenIdentifier.BuilderTokenIdentifier.Builder. contractAddress(String contractAddress)This is the token's contract address.TokenIdentifier.BuilderTokenIdentifier.Builder. network(String network)The blockchain network of the token.TokenIdentifier.BuilderTokenIdentifier.Builder. network(QueryNetwork network)The blockchain network of the token.TokenIdentifier.BuilderTokenIdentifier. toBuilder()TokenIdentifier.BuilderTokenIdentifier.Builder. tokenId(String tokenId)The unique identifier of the token.Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type TokenIdentifier.Builder Modifier and Type Method Description static Class<? extends TokenIdentifier.Builder>TokenIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchainquery.model with type arguments of type TokenIdentifier.Builder Modifier and Type Method Description default BatchGetTokenBalanceErrorItem.BuilderBatchGetTokenBalanceErrorItem.Builder. tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)Sets the value of the TokenIdentifier property for this object.default BatchGetTokenBalanceInputItem.BuilderBatchGetTokenBalanceInputItem.Builder. tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)Sets the value of the TokenIdentifier property for this object.default BatchGetTokenBalanceOutputItem.BuilderBatchGetTokenBalanceOutputItem.Builder. tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)Sets the value of the TokenIdentifier property for this object.default GetTokenBalanceRequest.BuilderGetTokenBalanceRequest.Builder. tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)The container for the identifier for the token, including the unique token ID and its blockchain network.default GetTokenBalanceResponse.BuilderGetTokenBalanceResponse.Builder. tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)Sets the value of the TokenIdentifier property for this object.default TokenBalance.BuilderTokenBalance.Builder. tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)The identifier for the token, including the unique token ID and its blockchain network.
-