Class ChangeLookupCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.ChangeLookupCompartmentDetails.Builder
-
- Enclosing class:
- ChangeLookupCompartmentDetails
public static class ChangeLookupCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeLookupCompartmentDetails
build()
ChangeLookupCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment where the log analytics entity should be moved.ChangeLookupCompartmentDetails.Builder
copy(ChangeLookupCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeLookupCompartmentDetails build()
-
copy
public ChangeLookupCompartmentDetails.Builder copy(ChangeLookupCompartmentDetails model)
-
-