Interface NetworkEthereumAttributes.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NetworkEthereumAttributes.Builder,,NetworkEthereumAttributes> SdkBuilder<NetworkEthereumAttributes.Builder,,NetworkEthereumAttributes> SdkPojo
- Enclosing class:
 NetworkEthereumAttributes
public static interface NetworkEthereumAttributes.Builder
extends SdkPojo, CopyableBuilder<NetworkEthereumAttributes.Builder,NetworkEthereumAttributes> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe EthereumCHAIN_IDassociated with the Ethereum network.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
- 
chainId
The Ethereum
CHAIN_IDassociated with the Ethereum network. Chain IDs are as follows:- 
 
mainnet =
1 
- Parameters:
 chainId- The EthereumCHAIN_IDassociated with the Ethereum network. Chain IDs are as follows:- 
        
mainnet =
1 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 
 -