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