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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedOciCacheUser
build()
AttachedOciCacheUser.Builder
copy(AttachedOciCacheUser model)
AttachedOciCacheUser.Builder
ociCacheUserId(String ociCacheUserId)
OCID of the OciCacheUser
-
-
-
Method Detail
-
ociCacheUserId
public AttachedOciCacheUser.Builder ociCacheUserId(String ociCacheUserId)
OCID of the OciCacheUser- Parameters:
ociCacheUserId
- the value to set- Returns:
- this builder
-
build
public AttachedOciCacheUser build()
-
copy
public AttachedOciCacheUser.Builder copy(AttachedOciCacheUser model)
-
-