Class ObjectStorageLinkCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.lustrefilestorage.model.ObjectStorageLinkCollection.Builder
-
- Enclosing class:
- ObjectStorageLinkCollection
public static class ObjectStorageLinkCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageLinkCollectionbuild()ObjectStorageLinkCollection.Buildercopy(ObjectStorageLinkCollection model)ObjectStorageLinkCollection.Builderitems(List<ObjectStorageLinkSummary> items)List of Object Storage links.
-
-
-
Method Detail
-
items
public ObjectStorageLinkCollection.Builder items(List<ObjectStorageLinkSummary> items)
List of Object Storage links.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public ObjectStorageLinkCollection build()
-
copy
public ObjectStorageLinkCollection.Builder copy(ObjectStorageLinkCollection model)
-
-