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