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