Class CloneFsuCycleDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetsoftwareupdate.model.CloneFsuCycleDetails.Builder
 
- 
- Enclosing class:
- CloneFsuCycleDetails
 
 public static class CloneFsuCycleDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CloneFsuCycleDetails.BuilderapplyActionSchedule(CreateScheduleDetails applyActionSchedule)CloneFsuCycleDetails.BuilderbatchingStrategy(CreateBatchingStrategyDetails batchingStrategy)CloneFsuCycleDetailsbuild()CloneFsuCycleDetails.BuildercompartmentId(String compartmentId)The OCID of the Compartment.CloneFsuCycleDetails.Buildercopy(CloneFsuCycleDetails model)CloneFsuCycleDetails.BuilderdisplayName(String displayName)The user-friendly name for the Exadata Fleet Update Cycle.CloneFsuCycleDetails.BuilderfsuCollectionId(String fsuCollectionId)The OCID of the Exadata Fleet Update Collection which will be updated by the Exadata Fleet Update Cycle being created.CloneFsuCycleDetails.BuildergoalVersionDetails(FsuGoalVersionDetails goalVersionDetails)CloneFsuCycleDetails.BuilderstageActionSchedule(CreateScheduleDetails stageActionSchedule)
 
- 
- 
- 
Method Detail- 
displayNamepublic CloneFsuCycleDetails.Builder displayName(String displayName) The user-friendly name for the Exadata Fleet Update Cycle.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CloneFsuCycleDetails.Builder compartmentId(String compartmentId) The OCID of the Compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
fsuCollectionIdpublic CloneFsuCycleDetails.Builder fsuCollectionId(String fsuCollectionId) The OCID of the Exadata Fleet Update Collection which will be updated by the Exadata Fleet Update Cycle being created.If not specified, the cloned Exadata Fleet Update Cycle will be assigned to the same Exadata Fleet Update Collection as the source Exadata Fleet Update Cycle. - Parameters:
- fsuCollectionId- the value to set
- Returns:
- this builder
 
 - 
goalVersionDetailspublic CloneFsuCycleDetails.Builder goalVersionDetails(FsuGoalVersionDetails goalVersionDetails) 
 - 
batchingStrategypublic CloneFsuCycleDetails.Builder batchingStrategy(CreateBatchingStrategyDetails batchingStrategy) 
 - 
stageActionSchedulepublic CloneFsuCycleDetails.Builder stageActionSchedule(CreateScheduleDetails stageActionSchedule) 
 - 
applyActionSchedulepublic CloneFsuCycleDetails.Builder applyActionSchedule(CreateScheduleDetails applyActionSchedule) 
 - 
buildpublic CloneFsuCycleDetails build() 
 - 
copypublic CloneFsuCycleDetails.Builder copy(CloneFsuCycleDetails model) 
 
- 
 
-