public static class JobScheduleDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JobScheduleDetails |
build() |
JobScheduleDetails.Builder |
copy(JobScheduleDetails model) |
JobScheduleDetails.Builder |
endTime(String endTime)
The end time of the scheduled job in UTC in ISO-8601 format, which is
“yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
|
JobScheduleDetails.Builder |
intervalType(JobScheduleDetails.IntervalType intervalType)
The interval type for a recurring scheduled job.
|
JobScheduleDetails.Builder |
intervalValue(String intervalValue)
The value for the interval period for a recurring scheduled job.
|
JobScheduleDetails.Builder |
startTime(String startTime)
The start time of the scheduled job in UTC in ISO-8601 format, which is
“yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
|
public JobScheduleDetails.Builder startTime(String startTime)
The start time of the scheduled job in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
startTime
- the value to setpublic JobScheduleDetails.Builder endTime(String endTime)
The end time of the scheduled job in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
endTime
- the value to setpublic JobScheduleDetails.Builder intervalType(JobScheduleDetails.IntervalType intervalType)
The interval type for a recurring scheduled job. For a non-recurring (one time) job, NEVER must be specified as the interval type.
intervalType
- the value to setpublic JobScheduleDetails.Builder intervalValue(String intervalValue)
The value for the interval period for a recurring scheduled job.
intervalValue
- the value to setpublic JobScheduleDetails build()
public JobScheduleDetails.Builder copy(JobScheduleDetails model)
Copyright © 2016–2024. All rights reserved.