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