Package com.oracle.bmc.rover.model
Class ChangeRoverClusterCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.rover.model.ChangeRoverClusterCompartmentDetails.Builder
-
- Enclosing class:
- ChangeRoverClusterCompartmentDetails
public static class ChangeRoverClusterCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeRoverClusterCompartmentDetails
build()
ChangeRoverClusterCompartmentDetails.Builder
compartmentId(String compartmentId)
The [OCID] (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the resources should be moved.ChangeRoverClusterCompartmentDetails.Builder
copy(ChangeRoverClusterCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeRoverClusterCompartmentDetails.Builder compartmentId(String compartmentId)
The [OCID] (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the resources should be moved.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeRoverClusterCompartmentDetails build()
-
copy
public ChangeRoverClusterCompartmentDetails.Builder copy(ChangeRoverClusterCompartmentDetails model)
-
-