Class ChangeInternetGatewayCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.ChangeInternetGatewayCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeInternetGatewayCompartmentDetails
 
 public static class ChangeInternetGatewayCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeInternetGatewayCompartmentDetailsbuild()ChangeInternetGatewayCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to move the internet gateway to.ChangeInternetGatewayCompartmentDetails.Buildercopy(ChangeInternetGatewayCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeInternetGatewayCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment to move the internet gateway to.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeInternetGatewayCompartmentDetails build() 
 - 
copypublic ChangeInternetGatewayCompartmentDetails.Builder copy(ChangeInternetGatewayCompartmentDetails model) 
 
- 
 
-