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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociatedOciCacheClusterCollection
build()
AssociatedOciCacheClusterCollection.Builder
copy(AssociatedOciCacheClusterCollection model)
AssociatedOciCacheClusterCollection.Builder
items(List<AssociatedOciCacheClusterSummary> items)
List of clusters with the same OCI Cache Config Set ID.
-
-
-
Method Detail
-
items
public 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
-
build
public AssociatedOciCacheClusterCollection build()
-
copy
public AssociatedOciCacheClusterCollection.Builder copy(AssociatedOciCacheClusterCollection model)
-
-