public static class CreatePatchFsuCycle.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreatePatchFsuCycle.Builder displayName(String displayName)
public CreatePatchFsuCycle.Builder compartmentId(String compartmentId)
public CreatePatchFsuCycle.Builder fsuCollectionId(String fsuCollectionId)
public CreatePatchFsuCycle.Builder goalVersionDetails(FsuGoalVersionDetails goalVersionDetails)
public CreatePatchFsuCycle.Builder batchingStrategy(CreateBatchingStrategyDetails batchingStrategy)
public CreatePatchFsuCycle.Builder stageActionSchedule(CreateScheduleDetails stageActionSchedule)
public CreatePatchFsuCycle.Builder applyActionSchedule(CreateScheduleDetails applyActionSchedule)
public CreatePatchFsuCycle.Builder diagnosticsCollection(DiagnosticsCollectionDetails diagnosticsCollection)
public CreatePatchFsuCycle.Builder freeformTags(Map<String,String> freeformTags)
public CreatePatchFsuCycle.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreatePatchFsuCycle.Builder isIgnorePatches(Boolean isIgnorePatches)
Ignore all patches between the source and target homes during patching.
isIgnorePatches
- the value to setpublic CreatePatchFsuCycle.Builder isIgnoreMissingPatches(List<String> isIgnoreMissingPatches)
List of patch IDs to ignore.
isIgnoreMissingPatches
- the value to setpublic CreatePatchFsuCycle.Builder maxDrainTimeoutInSeconds(Integer maxDrainTimeoutInSeconds)
Service drain timeout specified in seconds.
maxDrainTimeoutInSeconds
- the value to setpublic CreatePatchFsuCycle.Builder isKeepPlacement(Boolean isKeepPlacement)
Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
isKeepPlacement
- the value to setpublic CreatePatchFsuCycle build()
public CreatePatchFsuCycle.Builder copy(CreatePatchFsuCycle model)
Copyright © 2016–2024. All rights reserved.