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