Class ChangeLookupCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.ChangeLookupCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeLookupCompartmentDetails
 
 public static class ChangeLookupCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeLookupCompartmentDetailsbuild()ChangeLookupCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment where the log analytics entity should be moved.ChangeLookupCompartmentDetails.Buildercopy(ChangeLookupCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeLookupCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment where the log analytics entity should be moved.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeLookupCompartmentDetails build() 
 - 
copypublic ChangeLookupCompartmentDetails.Builder copy(ChangeLookupCompartmentDetails model) 
 
- 
 
-