Package com.oracle.bmc.autoscaling.model
Class CronExecutionSchedule.Builder
- java.lang.Object
- 
- com.oracle.bmc.autoscaling.model.CronExecutionSchedule.Builder
 
- 
- Enclosing class:
- CronExecutionSchedule
 
 public static class CronExecutionSchedule.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CronExecutionSchedulebuild()CronExecutionSchedule.Buildercopy(CronExecutionSchedule model)CronExecutionSchedule.Builderexpression(String expression)A cron expression that represents the time at which to execute the autoscaling policy.CronExecutionSchedule.Buildertimezone(ExecutionSchedule.Timezone timezone)
 
- 
- 
- 
Method Detail- 
timezonepublic CronExecutionSchedule.Builder timezone(ExecutionSchedule.Timezone timezone) 
 - 
expressionpublic CronExecutionSchedule.Builder expression(String expression) A cron expression that represents the time at which to execute the autoscaling policy.Cron expressions have this format: You can use special characters that are supported with the Quartz cron implementation. You must specify 0 as the value for seconds. Example: 0 15 10 ? * * - Parameters:
- expression- the value to set
- Returns:
- this builder
 
 - 
buildpublic CronExecutionSchedule build() 
 - 
copypublic CronExecutionSchedule.Builder copy(CronExecutionSchedule model) 
 
- 
 
-