Class ChangeGenerativeAiPrivateEndpointCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeai.model.ChangeGenerativeAiPrivateEndpointCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeGenerativeAiPrivateEndpointCompartmentDetails
 
 public static class ChangeGenerativeAiPrivateEndpointCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeGenerativeAiPrivateEndpointCompartmentDetailsbuild()ChangeGenerativeAiPrivateEndpointCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the target compartment where the private endpoint is moved.ChangeGenerativeAiPrivateEndpointCompartmentDetails.Buildercopy(ChangeGenerativeAiPrivateEndpointCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeGenerativeAiPrivateEndpointCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the target compartment where the private endpoint is moved.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeGenerativeAiPrivateEndpointCompartmentDetails build() 
 
- 
 
-