Interface TokenIdentifier.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TokenIdentifier.Builder,
,TokenIdentifier> SdkBuilder<TokenIdentifier.Builder,
,TokenIdentifier> SdkPojo
- Enclosing class:
TokenIdentifier
public static interface TokenIdentifier.Builder
extends SdkPojo, CopyableBuilder<TokenIdentifier.Builder,TokenIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptioncontractAddress
(String contractAddress) This is the token's contract address.The blockchain network of the token.network
(QueryNetwork network) The blockchain network of the token.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 Details
-
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:
-
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:
-
contractAddress
This is the token's contract address.
- Parameters:
contractAddress
- This is the token's contract address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenId
The unique identifier of the token.
You must specify this container with
btc
for the native BTC token, andeth
for the native ETH token. For all other token types you must specify thetokenId
in the 64 character hexadecimaltokenid
format.- Parameters:
tokenId
- The unique identifier of the token.You must specify this container with
btc
for the native BTC token, andeth
for the native ETH token. For all other token types you must specify thetokenId
in the 64 character hexadecimaltokenid
format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-