Package com.oracle.bmc.blockchain.model
Class BlockchainPlatformComponentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.blockchain.model.BlockchainPlatformComponentDetails.Builder
-
- Enclosing class:
- BlockchainPlatformComponentDetails
public static class BlockchainPlatformComponentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockchainPlatformComponentDetails
build()
BlockchainPlatformComponentDetails.Builder
copy(BlockchainPlatformComponentDetails model)
BlockchainPlatformComponentDetails.Builder
osns(List<Osn> osns)
List of OSNsBlockchainPlatformComponentDetails.Builder
peers(List<Peer> peers)
List of Peers
-
-
-
Method Detail
-
osns
public BlockchainPlatformComponentDetails.Builder osns(List<Osn> osns)
List of OSNs- Parameters:
osns
- the value to set- Returns:
- this builder
-
peers
public BlockchainPlatformComponentDetails.Builder peers(List<Peer> peers)
List of Peers- Parameters:
peers
- the value to set- Returns:
- this builder
-
build
public BlockchainPlatformComponentDetails build()
-
copy
public BlockchainPlatformComponentDetails.Builder copy(BlockchainPlatformComponentDetails model)
-
-