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