public static class RecommendedScheduledActionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public RecommendedScheduledActionSummary.Builder actionOrder(Integer actionOrder)
The order of the scheduled action.
actionOrder
- the value to setpublic RecommendedScheduledActionSummary.Builder actionType(RecommendedScheduledActionSummary.ActionType actionType)
The type of the scheduled action being performed
actionType
- the value to setpublic RecommendedScheduledActionSummary.Builder displayName(String displayName)
Description of the scheduled action being performed, i.e. apply full update to DB Servers 1,2,3,4.
displayName
- the value to setpublic RecommendedScheduledActionSummary.Builder schedulingWindowId(String schedulingWindowId)
The id of the scheduling window this scheduled action belongs to.
schedulingWindowId
- the value to setpublic RecommendedScheduledActionSummary.Builder estimatedTimeInMins(Integer estimatedTimeInMins)
The estimated patching time in minutes for the entire scheduled action.
estimatedTimeInMins
- the value to setpublic RecommendedScheduledActionSummary.Builder actionMembers(List<ActionMember> actionMembers)
The list of action members in a scheduled action.
actionMembers
- the value to setpublic RecommendedScheduledActionSummary.Builder actionParams(Map<String,String> actionParams)
Map<ParamName, ParamValue> where a key value pair describes the specific action
parameter. Example: {"count": "3"}
actionParams
- the value to setpublic RecommendedScheduledActionSummary build()
public RecommendedScheduledActionSummary.Builder copy(RecommendedScheduledActionSummary model)
Copyright © 2016–2024. All rights reserved.