Class PatchFsuCycle.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.PatchFsuCycle.Builder
-
- Enclosing class:
- PatchFsuCycle
public static class PatchFsuCycle.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public PatchFsuCycle.Builder id(String id)
-
displayName
public PatchFsuCycle.Builder displayName(String displayName)
-
compartmentId
public PatchFsuCycle.Builder compartmentId(String compartmentId)
-
fsuCollectionId
public PatchFsuCycle.Builder fsuCollectionId(String fsuCollectionId)
-
collectionType
public PatchFsuCycle.Builder collectionType(CollectionTypes collectionType)
-
executingFsuActionId
public PatchFsuCycle.Builder executingFsuActionId(String executingFsuActionId)
-
nextActionToExecute
public PatchFsuCycle.Builder nextActionToExecute(List<NextActionToExecuteDetails> nextActionToExecute)
-
lastCompletedActionId
public PatchFsuCycle.Builder lastCompletedActionId(String lastCompletedActionId)
-
rollbackCycleState
public PatchFsuCycle.Builder rollbackCycleState(RollbackCycleStates rollbackCycleState)
-
lastCompletedAction
public PatchFsuCycle.Builder lastCompletedAction(DetailedActionTypes lastCompletedAction)
-
goalVersionDetails
public PatchFsuCycle.Builder goalVersionDetails(FsuGoalVersionDetails goalVersionDetails)
-
batchingStrategy
public PatchFsuCycle.Builder batchingStrategy(BatchingStrategyDetails batchingStrategy)
-
stageActionSchedule
public PatchFsuCycle.Builder stageActionSchedule(ScheduleDetails stageActionSchedule)
-
applyActionSchedule
public PatchFsuCycle.Builder applyActionSchedule(ScheduleDetails applyActionSchedule)
-
diagnosticsCollection
public PatchFsuCycle.Builder diagnosticsCollection(DiagnosticsCollectionDetails diagnosticsCollection)
-
timeCreated
public PatchFsuCycle.Builder timeCreated(Date timeCreated)
-
timeUpdated
public PatchFsuCycle.Builder timeUpdated(Date timeUpdated)
-
timeFinished
public PatchFsuCycle.Builder timeFinished(Date timeFinished)
-
lifecycleState
public PatchFsuCycle.Builder lifecycleState(CycleLifecycleStates lifecycleState)
-
lifecycleDetails
public PatchFsuCycle.Builder lifecycleDetails(String lifecycleDetails)
-
freeformTags
public PatchFsuCycle.Builder freeformTags(Map<String,String> freeformTags)
-
isIgnorePatches
public PatchFsuCycle.Builder isIgnorePatches(Boolean isIgnorePatches)
Ignore all patches between the source and target homes during patching.- Parameters:
isIgnorePatches
- the value to set- Returns:
- this builder
-
isIgnoreMissingPatches
public PatchFsuCycle.Builder isIgnoreMissingPatches(List<String> isIgnoreMissingPatches)
List of bug numbers to ignore.- Parameters:
isIgnoreMissingPatches
- the value to set- Returns:
- this builder
-
maxDrainTimeoutInSeconds
public PatchFsuCycle.Builder maxDrainTimeoutInSeconds(Integer maxDrainTimeoutInSeconds)
Service drain timeout specified in seconds.- Parameters:
maxDrainTimeoutInSeconds
- the value to set- Returns:
- this builder
-
isKeepPlacement
public PatchFsuCycle.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.- Parameters:
isKeepPlacement
- the value to set- Returns:
- this builder
-
build
public PatchFsuCycle build()
-
copy
public PatchFsuCycle.Builder copy(PatchFsuCycle model)
-
-