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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeSecurityZoneCompartmentDetailsbuild()ChangeSecurityZoneCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the resource should be moved.ChangeSecurityZoneCompartmentDetails.Buildercopy(ChangeSecurityZoneCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
buildpublic ChangeSecurityZoneCompartmentDetails build() 
 - 
copypublic ChangeSecurityZoneCompartmentDetails.Builder copy(ChangeSecurityZoneCompartmentDetails model) 
 
- 
 
-