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