Package com.oracle.bmc.aivision.model
Class ChangeVisionPrivateEndpointCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.ChangeVisionPrivateEndpointCompartmentDetails.Builder
-
- Enclosing class:
- ChangeVisionPrivateEndpointCompartmentDetails
public static class ChangeVisionPrivateEndpointCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeVisionPrivateEndpointCompartmentDetails
build()
ChangeVisionPrivateEndpointCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the visionPrivateEndpoint should be moved.ChangeVisionPrivateEndpointCompartmentDetails.Builder
copy(ChangeVisionPrivateEndpointCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeVisionPrivateEndpointCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment into which the visionPrivateEndpoint should be moved.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeVisionPrivateEndpointCompartmentDetails build()
-
copy
public ChangeVisionPrivateEndpointCompartmentDetails.Builder copy(ChangeVisionPrivateEndpointCompartmentDetails model)
-
-