Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.NetworkEthereumAttributes.Builder
-
Packages that use NetworkEthereumAttributes.Builder Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of NetworkEthereumAttributes.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return NetworkEthereumAttributes.Builder Modifier and Type Method Description static NetworkEthereumAttributes.BuilderNetworkEthereumAttributes. builder()NetworkEthereumAttributes.BuilderNetworkEthereumAttributes.Builder. chainId(String chainId)The EthereumCHAIN_IDassociated with the Ethereum network.NetworkEthereumAttributes.BuilderNetworkEthereumAttributes. toBuilder()Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type NetworkEthereumAttributes.Builder Modifier and Type Method Description static Class<? extends NetworkEthereumAttributes.Builder>NetworkEthereumAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type NetworkEthereumAttributes.Builder Modifier and Type Method Description default NetworkFrameworkAttributes.BuilderNetworkFrameworkAttributes.Builder. ethereum(Consumer<NetworkEthereumAttributes.Builder> ethereum)Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
-