Package com.oracle.bmc.datasafe.model
Class ChangeAuditProfileCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.ChangeAuditProfileCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeAuditProfileCompartmentDetails
 
 public static class ChangeAuditProfileCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeAuditProfileCompartmentDetailsbuild()ChangeAuditProfileCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment where you want to move the audit profile.ChangeAuditProfileCompartmentDetails.Buildercopy(ChangeAuditProfileCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeAuditProfileCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment where you want to move the audit profile.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeAuditProfileCompartmentDetails build() 
 - 
copypublic ChangeAuditProfileCompartmentDetails.Builder copy(ChangeAuditProfileCompartmentDetails model) 
 
- 
 
-