Package com.oracle.bmc.redis.model
Class AttachedOciCacheCluster.Builder
- java.lang.Object
-
- com.oracle.bmc.redis.model.AttachedOciCacheCluster.Builder
-
- Enclosing class:
- AttachedOciCacheCluster
public static class AttachedOciCacheCluster.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedOciCacheCluster
build()
AttachedOciCacheCluster.Builder
copy(AttachedOciCacheCluster model)
AttachedOciCacheCluster.Builder
ociCacheClusterId(String ociCacheClusterId)
OCID of the OciCacheCluster
-
-
-
Method Detail
-
ociCacheClusterId
public AttachedOciCacheCluster.Builder ociCacheClusterId(String ociCacheClusterId)
OCID of the OciCacheCluster- Parameters:
ociCacheClusterId
- the value to set- Returns:
- this builder
-
build
public AttachedOciCacheCluster build()
-
copy
public AttachedOciCacheCluster.Builder copy(AttachedOciCacheCluster model)
-
-