Class ChangeServiceGatewayCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.ChangeServiceGatewayCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeServiceGatewayCompartmentDetails
 
 public static class ChangeServiceGatewayCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeServiceGatewayCompartmentDetailsbuild()ChangeServiceGatewayCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to move the service gateway to.ChangeServiceGatewayCompartmentDetails.Buildercopy(ChangeServiceGatewayCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
buildpublic ChangeServiceGatewayCompartmentDetails build() 
 - 
copypublic ChangeServiceGatewayCompartmentDetails.Builder copy(ChangeServiceGatewayCompartmentDetails model) 
 
- 
 
-