Package com.oracle.bmc.database.model
Class UpdateSchedulingPolicyDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.UpdateSchedulingPolicyDetails.Builder
 
- 
- Enclosing class:
- UpdateSchedulingPolicyDetails
 
 public static class UpdateSchedulingPolicyDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSchedulingPolicyDetailsbuild()UpdateSchedulingPolicyDetails.Buildercadence(UpdateSchedulingPolicyDetails.Cadence cadence)The cadence period.UpdateSchedulingPolicyDetails.BuildercadenceStartMonth(Month cadenceStartMonth)Start of the month to be followed during the cadence period.UpdateSchedulingPolicyDetails.Buildercopy(UpdateSchedulingPolicyDetails model)UpdateSchedulingPolicyDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateSchedulingPolicyDetails.BuilderdisplayName(String displayName)The user-friendly name for the Scheduling Policy.UpdateSchedulingPolicyDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateSchedulingPolicyDetails.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
 
 - 
cadencepublic UpdateSchedulingPolicyDetails.Builder cadence(UpdateSchedulingPolicyDetails.Cadence cadence) The cadence period.- Parameters:
- cadence- the value to set
- Returns:
- this builder
 
 - 
cadenceStartMonthpublic UpdateSchedulingPolicyDetails.Builder cadenceStartMonth(Month cadenceStartMonth) Start of the month to be followed during the cadence period.- Parameters:
- cadenceStartMonth- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateSchedulingPolicyDetails.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 UpdateSchedulingPolicyDetails.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 UpdateSchedulingPolicyDetails build() 
 - 
copypublic UpdateSchedulingPolicyDetails.Builder copy(UpdateSchedulingPolicyDetails model) 
 
- 
 
-