| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
static GetAssetContractResponse.Builder |
GetAssetContractResponse.builder() |
default GetAssetContractResponse.Builder |
GetAssetContractResponse.Builder.contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)
Contains the blockchain address and network information about the contract.
|
GetAssetContractResponse.Builder |
GetAssetContractResponse.Builder.contractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
|
GetAssetContractResponse.Builder |
GetAssetContractResponse.Builder.deployerAddress(String deployerAddress)
The address of the deployer of contract.
|
default GetAssetContractResponse.Builder |
GetAssetContractResponse.Builder.metadata(Consumer<ContractMetadata.Builder> metadata)
Sets the value of the Metadata property for this object.
|
GetAssetContractResponse.Builder |
GetAssetContractResponse.Builder.metadata(ContractMetadata metadata)
Sets the value of the Metadata property for this object.
|
GetAssetContractResponse.Builder |
GetAssetContractResponse.toBuilder() |
GetAssetContractResponse.Builder |
GetAssetContractResponse.Builder.tokenStandard(QueryTokenStandard tokenStandard)
The token standard of the contract requested.
|
GetAssetContractResponse.Builder |
GetAssetContractResponse.Builder.tokenStandard(String tokenStandard)
The token standard of the contract requested.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAssetContractResponse.Builder> |
GetAssetContractResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.