Package com.oracle.bmc.apigateway.model
Class ChangeGatewayCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.apigateway.model.ChangeGatewayCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeGatewayCompartmentDetails
 
 public static class ChangeGatewayCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeGatewayCompartmentDetailsbuild()ChangeGatewayCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment in which the resource is created.ChangeGatewayCompartmentDetails.Buildercopy(ChangeGatewayCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeGatewayCompartmentDetails.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 ChangeGatewayCompartmentDetails build() 
 - 
copypublic ChangeGatewayCompartmentDetails.Builder copy(ChangeGatewayCompartmentDetails model) 
 
- 
 
-