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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeTargetAlertPolicyAssociationCompartmentDetailsbuild()ChangeTargetAlertPolicyAssociationCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to move the target-alert policy association to.ChangeTargetAlertPolicyAssociationCompartmentDetails.Buildercopy(ChangeTargetAlertPolicyAssociationCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
buildpublic ChangeTargetAlertPolicyAssociationCompartmentDetails build() 
 
- 
 
-