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