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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeOciCacheConfigSetCompartmentDetailsbuild()ChangeOciCacheConfigSetCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the resource should be moved.ChangeOciCacheConfigSetCompartmentDetails.Buildercopy(ChangeOciCacheConfigSetCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
buildpublic ChangeOciCacheConfigSetCompartmentDetails build() 
 - 
copypublic ChangeOciCacheConfigSetCompartmentDetails.Builder copy(ChangeOciCacheConfigSetCompartmentDetails model) 
 
- 
 
-