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