Class ChangeServiceGatewayCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.ChangeServiceGatewayCompartmentDetails.Builder
-
- Enclosing class:
- ChangeServiceGatewayCompartmentDetails
public static class ChangeServiceGatewayCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeServiceGatewayCompartmentDetails
build()
ChangeServiceGatewayCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment to move the service gateway to.ChangeServiceGatewayCompartmentDetails.Builder
copy(ChangeServiceGatewayCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeServiceGatewayCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to move the service gateway to.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeServiceGatewayCompartmentDetails build()
-
copy
public ChangeServiceGatewayCompartmentDetails.Builder copy(ChangeServiceGatewayCompartmentDetails model)
-
-