Class ChangeFsuCycleCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetsoftwareupdate.model.ChangeFsuCycleCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeFsuCycleCompartmentDetails
 
 public static class ChangeFsuCycleCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeFsuCycleCompartmentDetailsbuild()ChangeFsuCycleCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the resource should be moved.ChangeFsuCycleCompartmentDetails.Buildercopy(ChangeFsuCycleCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeFsuCycleCompartmentDetails.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
 
 - 
buildpublic ChangeFsuCycleCompartmentDetails build() 
 - 
copypublic ChangeFsuCycleCompartmentDetails.Builder copy(ChangeFsuCycleCompartmentDetails model) 
 
- 
 
-