| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.atBlockchainInstant(BlockchainInstant atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
default GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.balance(String balance)
The container for the token balance.
|
static GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.builder() |
GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.lastUpdatedTime(BlockchainInstant lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
default GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.lastUpdatedTime(Consumer<BlockchainInstant.Builder> lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
default GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.ownerIdentifier(OwnerIdentifier ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.toBuilder() |
default GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)
Sets the value of the TokenIdentifier property for this object.
|
GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.tokenIdentifier(TokenIdentifier tokenIdentifier)
Sets the value of the TokenIdentifier property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetTokenBalanceResponse.Builder> |
GetTokenBalanceResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.