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