Package com.oracle.bmc.database.model
Class SchedulingPolicy.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.SchedulingPolicy.Builder
 
- 
- Enclosing class:
- SchedulingPolicy
 
 public static class SchedulingPolicy.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SchedulingPolicybuild()SchedulingPolicy.Buildercadence(SchedulingPolicy.Cadence cadence)The cadence period.SchedulingPolicy.BuildercadenceStartMonth(Month cadenceStartMonth)Start of the month to be followed during the cadence period.SchedulingPolicy.BuildercompartmentId(String compartmentId)The OCID of the compartment.SchedulingPolicy.Buildercopy(SchedulingPolicy model)SchedulingPolicy.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.SchedulingPolicy.BuilderdisplayName(String displayName)The user-friendly name for the Scheduling Policy.SchedulingPolicy.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.SchedulingPolicy.Builderid(String id)The OCID of the Scheduling Policy.SchedulingPolicy.BuilderlifecycleDetails(String lifecycleDetails)Additional information about the current lifecycle state.SchedulingPolicy.BuilderlifecycleState(SchedulingPolicy.LifecycleState lifecycleState)The current state of the Scheduling Policy.SchedulingPolicy.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.SchedulingPolicy.BuildertimeCreated(Date timeCreated)The date and time the Scheduling Policy was created.SchedulingPolicy.BuildertimeNextWindowStarts(Date timeNextWindowStarts)The date and time of the next scheduling window associated with the schedulingPolicy is planned to start.SchedulingPolicy.BuildertimeUpdated(Date timeUpdated)The last date and time that the Scheduling Policy was updated.
 
- 
- 
- 
Method Detail- 
idpublic SchedulingPolicy.Builder id(String id) The OCID of the Scheduling Policy.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic SchedulingPolicy.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic SchedulingPolicy.Builder displayName(String displayName) The user-friendly name for the Scheduling Policy.The name does not need to be unique. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic SchedulingPolicy.Builder lifecycleState(SchedulingPolicy.LifecycleState lifecycleState) The current state of the Scheduling Policy.Valid states are CREATING, NEEDS_ATTENTION, ACTIVE, UPDATING, FAILED, DELETING and DELETED. - Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic SchedulingPolicy.Builder lifecycleDetails(String lifecycleDetails) Additional information about the current lifecycle state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic SchedulingPolicy.Builder timeCreated(Date timeCreated) The date and time the Scheduling Policy was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic SchedulingPolicy.Builder timeUpdated(Date timeUpdated) The last date and time that the Scheduling Policy was updated.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
cadencepublic SchedulingPolicy.Builder cadence(SchedulingPolicy.Cadence cadence) The cadence period.- Parameters:
- cadence- the value to set
- Returns:
- this builder
 
 - 
cadenceStartMonthpublic SchedulingPolicy.Builder cadenceStartMonth(Month cadenceStartMonth) Start of the month to be followed during the cadence period.- Parameters:
- cadenceStartMonth- the value to set
- Returns:
- this builder
 
 - 
timeNextWindowStartspublic SchedulingPolicy.Builder timeNextWindowStarts(Date timeNextWindowStarts) The date and time of the next scheduling window associated with the schedulingPolicy is planned to start.- Parameters:
- timeNextWindowStarts- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic SchedulingPolicy.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 SchedulingPolicy.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 SchedulingPolicy.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
 
 - 
buildpublic SchedulingPolicy build() 
 - 
copypublic SchedulingPolicy.Builder copy(SchedulingPolicy model) 
 
- 
 
-