Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.NetworkFrameworkConfiguration.Builder
-
Packages that use NetworkFrameworkConfiguration.Builder Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of NetworkFrameworkConfiguration.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return NetworkFrameworkConfiguration.Builder Modifier and Type Method Description static NetworkFrameworkConfiguration.BuilderNetworkFrameworkConfiguration. builder()default NetworkFrameworkConfiguration.BuilderNetworkFrameworkConfiguration.Builder. fabric(Consumer<NetworkFabricConfiguration.Builder> fabric)Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.NetworkFrameworkConfiguration.BuilderNetworkFrameworkConfiguration.Builder. fabric(NetworkFabricConfiguration fabric)Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.NetworkFrameworkConfiguration.BuilderNetworkFrameworkConfiguration. toBuilder()Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type NetworkFrameworkConfiguration.Builder Modifier and Type Method Description static Class<? extends NetworkFrameworkConfiguration.Builder>NetworkFrameworkConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type NetworkFrameworkConfiguration.Builder Modifier and Type Method Description default CreateNetworkRequest.BuilderCreateNetworkRequest.Builder. frameworkConfiguration(Consumer<NetworkFrameworkConfiguration.Builder> frameworkConfiguration)Configuration properties of the blockchain framework relevant to the network configuration.
-