Package com.oracle.bmc.cloudguard.model
Class ChangeSecurityZoneCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.ChangeSecurityZoneCompartmentDetails.Builder
-
- Enclosing class:
- ChangeSecurityZoneCompartmentDetails
public static class ChangeSecurityZoneCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeSecurityZoneCompartmentDetails
build()
ChangeSecurityZoneCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the resource should be moved.ChangeSecurityZoneCompartmentDetails.Builder
copy(ChangeSecurityZoneCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeSecurityZoneCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment into which the resource should be moved.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeSecurityZoneCompartmentDetails build()
-
copy
public ChangeSecurityZoneCompartmentDetails.Builder copy(ChangeSecurityZoneCompartmentDetails model)
-
-