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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchedulingPolicy
build()
SchedulingPolicy.Builder
cadence(SchedulingPolicy.Cadence cadence)
The cadence period.SchedulingPolicy.Builder
cadenceStartMonth(Month cadenceStartMonth)
Start of the month to be followed during the cadence period.SchedulingPolicy.Builder
compartmentId(String compartmentId)
The OCID of the compartment.SchedulingPolicy.Builder
copy(SchedulingPolicy model)
SchedulingPolicy.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.SchedulingPolicy.Builder
displayName(String displayName)
The user-friendly name for the Scheduling Policy.SchedulingPolicy.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.SchedulingPolicy.Builder
id(String id)
The OCID of the Scheduling Policy.SchedulingPolicy.Builder
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.SchedulingPolicy.Builder
lifecycleState(SchedulingPolicy.LifecycleState lifecycleState)
The current state of the Scheduling Policy.SchedulingPolicy.Builder
timeCreated(Date timeCreated)
The date and time the Scheduling Policy was created.SchedulingPolicy.Builder
timeNextWindowStarts(Date timeNextWindowStarts)
The date and time of the next scheduling window associated with the schedulingPolicy is planned to start.SchedulingPolicy.Builder
timeUpdated(Date timeUpdated)
The last date and time that the Scheduling Policy was updated.
-
-
-
Method Detail
-
id
public SchedulingPolicy.Builder id(String id)
The OCID of the Scheduling Policy.- Parameters:
id
- the value to set- Returns:
- this builder
-
compartmentId
public SchedulingPolicy.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public 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
-
lifecycleState
public 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
-
lifecycleDetails
public SchedulingPolicy.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
timeCreated
public SchedulingPolicy.Builder timeCreated(Date timeCreated)
The date and time the Scheduling Policy was created.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public 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
-
cadence
public SchedulingPolicy.Builder cadence(SchedulingPolicy.Cadence cadence)
The cadence period.- Parameters:
cadence
- the value to set- Returns:
- this builder
-
cadenceStartMonth
public 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
-
timeNextWindowStarts
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
build
public SchedulingPolicy build()
-
copy
public SchedulingPolicy.Builder copy(SchedulingPolicy model)
-
-