Package com.oracle.bmc.blockchain.model
Class BlockchainPlatformPatchCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.blockchain.model.BlockchainPlatformPatchCollection.Builder
 
- 
- Enclosing class:
- BlockchainPlatformPatchCollection
 
 public static class BlockchainPlatformPatchCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockchainPlatformPatchCollectionbuild()BlockchainPlatformPatchCollection.Buildercopy(BlockchainPlatformPatchCollection model)BlockchainPlatformPatchCollection.Builderitems(List<BlockchainPlatformPatchSummary> items)Collection of PatchSummary
 
- 
- 
- 
Method Detail- 
itemspublic BlockchainPlatformPatchCollection.Builder items(List<BlockchainPlatformPatchSummary> items) Collection of PatchSummary- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic BlockchainPlatformPatchCollection build() 
 - 
copypublic BlockchainPlatformPatchCollection.Builder copy(BlockchainPlatformPatchCollection model) 
 
- 
 
-