Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.NetworkFrameworkAttributes.Builder
-
Packages that use NetworkFrameworkAttributes.Builder Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of NetworkFrameworkAttributes.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return NetworkFrameworkAttributes.Builder Modifier and Type Method Description static NetworkFrameworkAttributes.BuilderNetworkFrameworkAttributes. builder()default NetworkFrameworkAttributes.BuilderNetworkFrameworkAttributes.Builder. ethereum(Consumer<NetworkEthereumAttributes.Builder> ethereum)Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.NetworkFrameworkAttributes.BuilderNetworkFrameworkAttributes.Builder. ethereum(NetworkEthereumAttributes ethereum)Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.default NetworkFrameworkAttributes.BuilderNetworkFrameworkAttributes.Builder. fabric(Consumer<NetworkFabricAttributes.Builder> fabric)Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.NetworkFrameworkAttributes.BuilderNetworkFrameworkAttributes.Builder. fabric(NetworkFabricAttributes fabric)Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.NetworkFrameworkAttributes.BuilderNetworkFrameworkAttributes. toBuilder()Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type NetworkFrameworkAttributes.Builder Modifier and Type Method Description static Class<? extends NetworkFrameworkAttributes.Builder>NetworkFrameworkAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type NetworkFrameworkAttributes.Builder Modifier and Type Method Description default Network.BuilderNetwork.Builder. frameworkAttributes(Consumer<NetworkFrameworkAttributes.Builder> frameworkAttributes)Attributes of the blockchain framework that the network uses.
-