Package com.oracle.bmc.apigateway.model
Class ChangeApiCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.apigateway.model.ChangeApiCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeApiCompartmentDetails
 
 public static class ChangeApiCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeApiCompartmentDetailsbuild()ChangeApiCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment in which the resource is created.ChangeApiCompartmentDetails.Buildercopy(ChangeApiCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeApiCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment in which the resource is created.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeApiCompartmentDetails build() 
 - 
copypublic ChangeApiCompartmentDetails.Builder copy(ChangeApiCompartmentDetails model) 
 
- 
 
-