Class CreatePatchFsuCycle.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetsoftwareupdate.model.CreatePatchFsuCycle.Builder
 
- 
- Enclosing class:
- CreatePatchFsuCycle
 
 public static class CreatePatchFsuCycle.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreatePatchFsuCycle.Builder displayName(String displayName) 
 - 
compartmentIdpublic CreatePatchFsuCycle.Builder compartmentId(String compartmentId) 
 - 
fsuCollectionIdpublic CreatePatchFsuCycle.Builder fsuCollectionId(String fsuCollectionId) 
 - 
goalVersionDetailspublic CreatePatchFsuCycle.Builder goalVersionDetails(FsuGoalVersionDetails goalVersionDetails) 
 - 
batchingStrategypublic CreatePatchFsuCycle.Builder batchingStrategy(CreateBatchingStrategyDetails batchingStrategy) 
 - 
stageActionSchedulepublic CreatePatchFsuCycle.Builder stageActionSchedule(CreateScheduleDetails stageActionSchedule) 
 - 
applyActionSchedulepublic CreatePatchFsuCycle.Builder applyActionSchedule(CreateScheduleDetails applyActionSchedule) 
 - 
diagnosticsCollectionpublic CreatePatchFsuCycle.Builder diagnosticsCollection(DiagnosticsCollectionDetails diagnosticsCollection) 
 - 
freeformTagspublic CreatePatchFsuCycle.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreatePatchFsuCycle.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
isIgnorePatchespublic CreatePatchFsuCycle.Builder isIgnorePatches(Boolean isIgnorePatches) Ignore patch conflicts or missing patches between the source and goal homes.This attribute will be ignored for Exadata Image (Guest OS) maintenance update. - Parameters:
- isIgnorePatches- the value to set
- Returns:
- this builder
 
 - 
isIgnoreMissingPatchespublic CreatePatchFsuCycle.Builder isIgnoreMissingPatches(List<String> isIgnoreMissingPatches) List of identifiers of patches to ignore.This attribute will be ignored for Exadata Image (Guest OS) maintenance update. - Parameters:
- isIgnoreMissingPatches- the value to set
- Returns:
- this builder
 
 - 
maxDrainTimeoutInSecondspublic CreatePatchFsuCycle.Builder maxDrainTimeoutInSeconds(Integer maxDrainTimeoutInSeconds) Timeout for session draining for database services specified in seconds.- Parameters:
- maxDrainTimeoutInSeconds- the value to set
- Returns:
- this builder
 
 - 
isKeepPlacementpublic CreatePatchFsuCycle.Builder isKeepPlacement(Boolean isKeepPlacement) Ensure that database services are online on the same VMs before and after the maintenance update.- Parameters:
- isKeepPlacement- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreatePatchFsuCycle build() 
 - 
copypublic CreatePatchFsuCycle.Builder copy(CreatePatchFsuCycle model) 
 
- 
 
-