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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockchainPlatformPatchCollection
build()
BlockchainPlatformPatchCollection.Builder
copy(BlockchainPlatformPatchCollection model)
BlockchainPlatformPatchCollection.Builder
items(List<BlockchainPlatformPatchSummary> items)
Collection of PatchSummary
-
-
-
Method Detail
-
items
public BlockchainPlatformPatchCollection.Builder items(List<BlockchainPlatformPatchSummary> items)
Collection of PatchSummary- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public BlockchainPlatformPatchCollection build()
-
copy
public BlockchainPlatformPatchCollection.Builder copy(BlockchainPlatformPatchCollection model)
-
-