public static class CreateCccScheduleEvent.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateCccScheduleEvent |
build() |
CreateCccScheduleEvent.Builder |
copy(CreateCccScheduleEvent model) |
CreateCccScheduleEvent.Builder |
description(String description)
A description of the Compute Cloud@Customer upgrade schedule time block.
|
CreateCccScheduleEvent.Builder |
scheduleEventDuration(String scheduleEventDuration)
The duration of this block of time.
|
CreateCccScheduleEvent.Builder |
scheduleEventRecurrences(String scheduleEventRecurrences)
Frequency of recurrence of schedule block.
|
CreateCccScheduleEvent.Builder |
timeStart(Date timeStart)
The date and time when the Compute Cloud@Customer upgrade schedule event starts,
inclusive.
|
public CreateCccScheduleEvent.Builder description(String description)
A description of the Compute Cloud@Customer upgrade schedule time block.
description
- the value to setpublic CreateCccScheduleEvent.Builder timeStart(Date timeStart)
The date and time when the Compute Cloud@Customer upgrade schedule event starts, inclusive. An RFC3339 formatted UTC datetime string. For an event with recurrences, this is the date that a recurrence can start being applied.
timeStart
- the value to setpublic CreateCccScheduleEvent.Builder scheduleEventDuration(String scheduleEventDuration)
The duration of this block of time. The duration must be specified and be of the ISO-8601 format for durations.
scheduleEventDuration
- the value to setpublic CreateCccScheduleEvent.Builder scheduleEventRecurrences(String scheduleEventRecurrences)
Frequency of recurrence of schedule block. When this field is not included, the event is assumed to be a one time occurrence. The frequency field is strictly parsed and must conform to RFC-5545 formatting for recurrences.
scheduleEventRecurrences
- the value to setpublic CreateCccScheduleEvent build()
public CreateCccScheduleEvent.Builder copy(CreateCccScheduleEvent model)
Copyright © 2016–2024. All rights reserved.