Package com.oracle.bmc.database.model
Class CreateSchedulingPlanDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.CreateSchedulingPlanDetails.Builder
 
- 
- Enclosing class:
- CreateSchedulingPlanDetails
 
 public static class CreateSchedulingPlanDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateSchedulingPlanDetails.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
schedulingPolicyIdpublic CreateSchedulingPlanDetails.Builder schedulingPolicyId(String schedulingPolicyId) The OCID of the Scheduling Policy.- Parameters:
- schedulingPolicyId- the value to set
- Returns:
- this builder
 
 - 
resourceIdpublic CreateSchedulingPlanDetails.Builder resourceId(String resourceId) The OCID of the resource.- Parameters:
- resourceId- the value to set
- Returns:
- this builder
 
 - 
serviceTypepublic CreateSchedulingPlanDetails.Builder serviceType(CreateSchedulingPlanDetails.ServiceType serviceType) The service type of the Scheduling Plan.- Parameters:
- serviceType- the value to set
- Returns:
- this builder
 
 - 
isUsingRecommendedScheduledActionspublic CreateSchedulingPlanDetails.Builder isUsingRecommendedScheduledActions(Boolean isUsingRecommendedScheduledActions) If true, recommended scheduled actions will be generated for the scheduling plan.- Parameters:
- isUsingRecommendedScheduledActions- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateSchedulingPlanDetails.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 CreateSchedulingPlanDetails.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
 
 - 
buildpublic CreateSchedulingPlanDetails build() 
 - 
copypublic CreateSchedulingPlanDetails.Builder copy(CreateSchedulingPlanDetails model) 
 
- 
 
-