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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeGatewayCompartmentDetails
build()
ChangeGatewayCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment in which the resource is created.ChangeGatewayCompartmentDetails.Builder
copy(ChangeGatewayCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeGatewayCompartmentDetails build()
-
copy
public ChangeGatewayCompartmentDetails.Builder copy(ChangeGatewayCompartmentDetails model)
-
-