Package com.oracle.bmc.redis.model
Class ChangeOciCacheUserCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.redis.model.ChangeOciCacheUserCompartmentDetails.Builder
-
- Enclosing class:
- ChangeOciCacheUserCompartmentDetails
public static class ChangeOciCacheUserCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeOciCacheUserCompartmentDetails
build()
ChangeOciCacheUserCompartmentDetails.Builder
compartmentId(String compartmentId)
OCID of the compartment into which the OCI cache user will be moved.ChangeOciCacheUserCompartmentDetails.Builder
copy(ChangeOciCacheUserCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeOciCacheUserCompartmentDetails.Builder compartmentId(String compartmentId)
OCID of the compartment into which the OCI cache user will be moved.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeOciCacheUserCompartmentDetails build()
-
copy
public ChangeOciCacheUserCompartmentDetails.Builder copy(ChangeOciCacheUserCompartmentDetails model)
-
-