Interface ContractFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContractFilter.Builder,ContractFilter>,SdkBuilder<ContractFilter.Builder,ContractFilter>,SdkPojo
- Enclosing class:
- ContractFilter
public static interface ContractFilter.Builder extends SdkPojo, CopyableBuilder<ContractFilter.Builder,ContractFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContractFilter.BuilderdeployerAddress(String deployerAddress)The network address of the deployer.ContractFilter.Buildernetwork(String network)The blockchain network of the contract.ContractFilter.Buildernetwork(QueryNetwork network)The blockchain network of the contract.ContractFilter.BuildertokenStandard(String tokenStandard)The container for the token standard.ContractFilter.BuildertokenStandard(QueryTokenStandard tokenStandard)The container for the token standard.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
network
ContractFilter.Builder network(String 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:
QueryNetwork,QueryNetwork
-
network
ContractFilter.Builder network(QueryNetwork 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:
QueryNetwork,QueryNetwork
-
tokenStandard
ContractFilter.Builder tokenStandard(String tokenStandard)
The container for the token standard.
- Parameters:
tokenStandard- The container for the token standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueryTokenStandard,QueryTokenStandard
-
tokenStandard
ContractFilter.Builder tokenStandard(QueryTokenStandard tokenStandard)
The container for the token standard.
- Parameters:
tokenStandard- The container for the token standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueryTokenStandard,QueryTokenStandard
-
deployerAddress
ContractFilter.Builder deployerAddress(String deployerAddress)
The network address of the deployer.
- Parameters:
deployerAddress- The network address of the deployer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-