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