| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
OwnerIdentifier.Builder |
OwnerIdentifier.Builder.address(String address)
The contract or wallet address for the owner.
|
static OwnerIdentifier.Builder |
OwnerIdentifier.builder() |
OwnerIdentifier.Builder |
OwnerIdentifier.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OwnerIdentifier.Builder> |
OwnerIdentifier.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
default BatchGetTokenBalanceInputItem.Builder |
BatchGetTokenBalanceInputItem.Builder.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
default BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
default TokenBalance.Builder |
TokenBalance.Builder.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
The container for the identifier of the owner.
|
default GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
default GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.Builder.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
The container for the identifier for the owner.
|
Copyright © 2023. All rights reserved.