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