Package com.oracle.bmc.database.model
Class ScheduledActionSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.ScheduledActionSummary.Builder
 
- 
- Enclosing class:
- ScheduledActionSummary
 
 public static class ScheduledActionSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduledActionSummary.BuilderactionMembers(List<ActionMember> actionMembers)The list of action members in a scheduled action.ScheduledActionSummary.BuilderactionOrder(Integer actionOrder)The order of the scheduled action.ScheduledActionSummary.BuilderactionParams(Map<String,String> actionParams)Map<ParamName, ParamValue> where a key value pair describes the specific action parameter.ScheduledActionSummary.BuilderactionType(ScheduledActionSummary.ActionType actionType)The type of the scheduled action being performedScheduledActionSummarybuild()ScheduledActionSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment.ScheduledActionSummary.Buildercopy(ScheduledActionSummary model)ScheduledActionSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ScheduledActionSummary.BuilderdisplayName(String displayName)The display name of the Scheduled Action.ScheduledActionSummary.BuilderestimatedTimeInMins(Integer estimatedTimeInMins)The estimated patching time for the scheduled action.ScheduledActionSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.ScheduledActionSummary.Builderid(String id)The OCID of the Scheduled Action.ScheduledActionSummary.BuilderlifecycleState(ScheduledActionSummary.LifecycleState lifecycleState)The current state of the Scheduled Action.ScheduledActionSummary.BuilderschedulingPlanId(String schedulingPlanId)The OCID of the Scheduling Plan.ScheduledActionSummary.BuilderschedulingWindowId(String schedulingWindowId)The OCID of the Scheduling Window.ScheduledActionSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.ScheduledActionSummary.BuildertimeCreated(Date timeCreated)The date and time the Scheduled Action Resource was created.ScheduledActionSummary.BuildertimeUpdated(Date timeUpdated)The date and time the Scheduled Action Resource was updated.
 
- 
- 
- 
Method Detail- 
idpublic ScheduledActionSummary.Builder id(String id) The OCID of the Scheduled Action.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
schedulingPlanIdpublic ScheduledActionSummary.Builder schedulingPlanId(String schedulingPlanId) The OCID of the Scheduling Plan.- Parameters:
- schedulingPlanId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ScheduledActionSummary.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
schedulingWindowIdpublic ScheduledActionSummary.Builder schedulingWindowId(String schedulingWindowId) The OCID of the Scheduling Window.- Parameters:
- schedulingWindowId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ScheduledActionSummary.Builder displayName(String displayName) The display name of the Scheduled Action.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
actionOrderpublic ScheduledActionSummary.Builder actionOrder(Integer actionOrder) The order of the scheduled action.- Parameters:
- actionOrder- the value to set
- Returns:
- this builder
 
 - 
actionTypepublic ScheduledActionSummary.Builder actionType(ScheduledActionSummary.ActionType actionType) The type of the scheduled action being performed- Parameters:
- actionType- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ScheduledActionSummary.Builder lifecycleState(ScheduledActionSummary.LifecycleState lifecycleState) The current state of the Scheduled Action.Valid states are CREATING, NEEDS_ATTENTION, AVAILABLE, UPDATING, FAILED, DELETING and DELETED. - Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
estimatedTimeInMinspublic ScheduledActionSummary.Builder estimatedTimeInMins(Integer estimatedTimeInMins) The estimated patching time for the scheduled action.- Parameters:
- estimatedTimeInMins- the value to set
- Returns:
- this builder
 
 - 
actionParamspublic ScheduledActionSummary.Builder actionParams(Map<String,String> actionParams) Map<ParamName, ParamValue> where a key value pair describes the specific action parameter.Example: {“count”: “3”} - Parameters:
- actionParams- the value to set
- Returns:
- this builder
 
 - 
actionMemberspublic ScheduledActionSummary.Builder actionMembers(List<ActionMember> actionMembers) The list of action members in a scheduled action.- Parameters:
- actionMembers- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic ScheduledActionSummary.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic ScheduledActionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic ScheduledActionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ScheduledActionSummary.Builder timeCreated(Date timeCreated) The date and time the Scheduled Action Resource was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic ScheduledActionSummary.Builder timeUpdated(Date timeUpdated) The date and time the Scheduled Action Resource was updated.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
buildpublic ScheduledActionSummary build() 
 - 
copypublic ScheduledActionSummary.Builder copy(ScheduledActionSummary model) 
 
- 
 
-