Package com.oracle.bmc.redis.model
Class AssociatedOciCacheClusterCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.redis.model.AssociatedOciCacheClusterCollection.Builder
 
- 
- Enclosing class:
- AssociatedOciCacheClusterCollection
 
 public static class AssociatedOciCacheClusterCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociatedOciCacheClusterCollectionbuild()AssociatedOciCacheClusterCollection.Buildercopy(AssociatedOciCacheClusterCollection model)AssociatedOciCacheClusterCollection.Builderitems(List<AssociatedOciCacheClusterSummary> items)List of clusters with the same OCI Cache Config Set ID.
 
- 
- 
- 
Method Detail- 
itemspublic AssociatedOciCacheClusterCollection.Builder items(List<AssociatedOciCacheClusterSummary> items) List of clusters with the same OCI Cache Config Set ID.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic AssociatedOciCacheClusterCollection build() 
 - 
copypublic AssociatedOciCacheClusterCollection.Builder copy(AssociatedOciCacheClusterCollection model) 
 
- 
 
-