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