Package com.oracle.bmc.waf.model
Class ChangeWebAppFirewallCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.waf.model.ChangeWebAppFirewallCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeWebAppFirewallCompartmentDetails
 
 public static class ChangeWebAppFirewallCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeWebAppFirewallCompartmentDetailsbuild()ChangeWebAppFirewallCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the resource should be moved.ChangeWebAppFirewallCompartmentDetails.Buildercopy(ChangeWebAppFirewallCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeWebAppFirewallCompartmentDetails.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 ChangeWebAppFirewallCompartmentDetails build() 
 - 
copypublic ChangeWebAppFirewallCompartmentDetails.Builder copy(ChangeWebAppFirewallCompartmentDetails model) 
 
- 
 
-