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