public static interface GetAssetContractRequest.Builder extends ManagedBlockchainQueryRequest.Builder, SdkPojo, CopyableBuilder<GetAssetContractRequest.Builder,GetAssetContractRequest>
| Modifier and Type | Method and Description |
|---|---|
default GetAssetContractRequest.Builder |
contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)
Contains the blockchain address and network information about the contract.
|
GetAssetContractRequest.Builder |
contractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
|
GetAssetContractRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAssetContractRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssetContractRequest.Builder contractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
contractIdentifier - Contains the blockchain address and network information about the contract.default GetAssetContractRequest.Builder contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)
Contains the blockchain address and network information about the contract.
This is a convenience method that creates an instance of theContractIdentifier.Builder avoiding the
need to create one manually via ContractIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to contractIdentifier(ContractIdentifier).
contractIdentifier - a consumer that will call methods on ContractIdentifier.BuildercontractIdentifier(ContractIdentifier)GetAssetContractRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetAssetContractRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.