Package com.oracle.bmc.datasafe.model
Class ChangeTargetAlertPolicyAssociationCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.ChangeTargetAlertPolicyAssociationCompartmentDetails.Builder
-
- Enclosing class:
- ChangeTargetAlertPolicyAssociationCompartmentDetails
public static class ChangeTargetAlertPolicyAssociationCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeTargetAlertPolicyAssociationCompartmentDetails
build()
ChangeTargetAlertPolicyAssociationCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment to move the target-alert policy association to.ChangeTargetAlertPolicyAssociationCompartmentDetails.Builder
copy(ChangeTargetAlertPolicyAssociationCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeTargetAlertPolicyAssociationCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to move the target-alert policy association to.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeTargetAlertPolicyAssociationCompartmentDetails build()
-
-