Package com.oracle.bmc.redis.model
Class AttachedOciCacheUser.Builder
- java.lang.Object
- 
- com.oracle.bmc.redis.model.AttachedOciCacheUser.Builder
 
- 
- Enclosing class:
- AttachedOciCacheUser
 
 public static class AttachedOciCacheUser.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedOciCacheUserbuild()AttachedOciCacheUser.Buildercopy(AttachedOciCacheUser model)AttachedOciCacheUser.BuilderociCacheUserId(String ociCacheUserId)OCID of the OciCacheUser
 
- 
- 
- 
Method Detail- 
ociCacheUserIdpublic AttachedOciCacheUser.Builder ociCacheUserId(String ociCacheUserId) OCID of the OciCacheUser- Parameters:
- ociCacheUserId- the value to set
- Returns:
- this builder
 
 - 
buildpublic AttachedOciCacheUser build() 
 - 
copypublic AttachedOciCacheUser.Builder copy(AttachedOciCacheUser model) 
 
- 
 
-