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