Uses of Class
com.oracle.bmc.blockchain.model.BlockchainPlatformComponentDetails.Builder
-
Packages that use BlockchainPlatformComponentDetails.Builder Package Description com.oracle.bmc.blockchain.model -
-
Uses of BlockchainPlatformComponentDetails.Builder in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return BlockchainPlatformComponentDetails.Builder Modifier and Type Method Description static BlockchainPlatformComponentDetails.Builder
BlockchainPlatformComponentDetails. builder()
Create a new builder.BlockchainPlatformComponentDetails.Builder
BlockchainPlatformComponentDetails.Builder. copy(BlockchainPlatformComponentDetails model)
BlockchainPlatformComponentDetails.Builder
BlockchainPlatformComponentDetails.Builder. osns(List<Osn> osns)
List of OSNsBlockchainPlatformComponentDetails.Builder
BlockchainPlatformComponentDetails.Builder. peers(List<Peer> peers)
List of PeersBlockchainPlatformComponentDetails.Builder
BlockchainPlatformComponentDetails. toBuilder()
-