Interface TokenFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TokenFilter.Builder,TokenFilter>,SdkBuilder<TokenFilter.Builder,TokenFilter>,SdkPojo
- Enclosing class:
- TokenFilter
public static interface TokenFilter.Builder extends SdkPojo, CopyableBuilder<TokenFilter.Builder,TokenFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenFilter.BuildercontractAddress(String contractAddress)This is the address of the contract.TokenFilter.Buildernetwork(String network)The blockchain network of the token.TokenFilter.Buildernetwork(QueryNetwork network)The blockchain network of the token.TokenFilter.BuildertokenId(String tokenId)The unique identifier of the token.-
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
TokenFilter.Builder network(String network)
The blockchain network of the token.
- Parameters:
network- The blockchain network of the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueryNetwork,QueryNetwork
-
network
TokenFilter.Builder network(QueryNetwork network)
The blockchain network of the token.
- Parameters:
network- The blockchain network of the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueryNetwork,QueryNetwork
-
contractAddress
TokenFilter.Builder contractAddress(String contractAddress)
This is the address of the contract.
- Parameters:
contractAddress- This is the address of the contract.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenId
TokenFilter.Builder tokenId(String tokenId)
The unique identifier of the token.
- Parameters:
tokenId- The unique identifier of the token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-