Interface ContractIdentifier.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ContractIdentifier.Builder,,ContractIdentifier> SdkBuilder<ContractIdentifier.Builder,,ContractIdentifier> SdkPojo
- Enclosing class:
 ContractIdentifier
@Mutable
@NotThreadSafe
public static interface ContractIdentifier.Builder
extends SdkPojo, CopyableBuilder<ContractIdentifier.Builder,ContractIdentifier> 
- 
Method Summary
Modifier and TypeMethodDescriptioncontractAddress(String contractAddress) Container for the blockchain address about a contract.The blockchain network of the contract.network(QueryNetwork network) The blockchain network of the contract.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
network
The blockchain network of the contract.
- Parameters:
 network- The blockchain network of the contract.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
network
The blockchain network of the contract.
- Parameters:
 network- The blockchain network of the contract.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
contractAddress
Container for the blockchain address about a contract.
- Parameters:
 contractAddress- Container for the blockchain address about a contract.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -