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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeAuditProfileCompartmentDetails
build()
ChangeAuditProfileCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment where you want to move the audit profile.ChangeAuditProfileCompartmentDetails.Builder
copy(ChangeAuditProfileCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeAuditProfileCompartmentDetails build()
-
copy
public ChangeAuditProfileCompartmentDetails.Builder copy(ChangeAuditProfileCompartmentDetails model)
-
-