Package com.oracle.bmc.database.model
Class AdvancedClusterFileSystemCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.AdvancedClusterFileSystemCollection.Builder
-
- Enclosing class:
- AdvancedClusterFileSystemCollection
public static class AdvancedClusterFileSystemCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdvancedClusterFileSystemCollectionbuild()AdvancedClusterFileSystemCollection.Buildercopy(AdvancedClusterFileSystemCollection model)AdvancedClusterFileSystemCollection.Builderitems(List<AdvancedClusterFileSystemSummary> items)List of Advanced Cluster File Systems.
-
-
-
Method Detail
-
items
public AdvancedClusterFileSystemCollection.Builder items(List<AdvancedClusterFileSystemSummary> items)
List of Advanced Cluster File Systems.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public AdvancedClusterFileSystemCollection build()
-
copy
public AdvancedClusterFileSystemCollection.Builder copy(AdvancedClusterFileSystemCollection model)
-
-