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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkEthereumAttributes.BuilderchainId(String chainId)The EthereumCHAIN_IDassociated with the Ethereum network.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
chainId
NetworkEthereumAttributes.Builder chainId(String 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.
-
-
-