public static class UpdateScheduleDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateScheduleDetails.Builder |
action(UpdateScheduleDetails.Action action)
This is the action that will be executed by the schedule.
|
UpdateScheduleDetails |
build() |
UpdateScheduleDetails.Builder |
copy(UpdateScheduleDetails model) |
UpdateScheduleDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
These are defined tags for this resource.
|
UpdateScheduleDetails.Builder |
description(String description)
This is the description of the schedule.
|
UpdateScheduleDetails.Builder |
displayName(String displayName)
This is a user-friendly name for the schedule.
|
UpdateScheduleDetails.Builder |
freeformTags(Map<String,String> freeformTags)
These are free-form tags for this resource.
|
UpdateScheduleDetails.Builder |
recurrenceDetails(String recurrenceDetails)
This is the frequency of recurrence of a schedule.
|
UpdateScheduleDetails.Builder |
recurrenceType(UpdateScheduleDetails.RecurrenceType recurrenceType)
Type of recurrence of a schedule
|
UpdateScheduleDetails.Builder |
resourceFilters(List<ResourceFilter> resourceFilters)
This is a list of resources filters.
|
UpdateScheduleDetails.Builder |
resources(List<Resource> resources)
This is the list of resources to which the scheduled operation is applied.
|
UpdateScheduleDetails.Builder |
timeEnds(Date timeEnds)
This is the date and time the schedule ends, in the format defined by RFC
3339
|
UpdateScheduleDetails.Builder |
timeStarts(Date timeStarts)
This is the date and time the schedule starts, in the format defined by RFC
3339
|
public UpdateScheduleDetails.Builder displayName(String displayName)
This is a user-friendly name for the schedule. It does not have to be unique, and it’s changeable.
displayName
- the value to setpublic UpdateScheduleDetails.Builder description(String description)
This is the description of the schedule.
description
- the value to setpublic UpdateScheduleDetails.Builder action(UpdateScheduleDetails.Action action)
This is the action that will be executed by the schedule.
action
- the value to setpublic UpdateScheduleDetails.Builder recurrenceDetails(String recurrenceDetails)
This is the frequency of recurrence of a schedule. The frequency field can either conform to RFC-5545 formatting or UNIX cron formatting for recurrences, based on the value specified by the recurrenceType field.
recurrenceDetails
- the value to setpublic UpdateScheduleDetails.Builder recurrenceType(UpdateScheduleDetails.RecurrenceType recurrenceType)
Type of recurrence of a schedule
recurrenceType
- the value to setpublic UpdateScheduleDetails.Builder resourceFilters(List<ResourceFilter> resourceFilters)
This is a list of resources filters. The schedule will be applied to resources matching all of them.
resourceFilters
- the value to setpublic UpdateScheduleDetails.Builder resources(List<Resource> resources)
This is the list of resources to which the scheduled operation is applied.
resources
- the value to setpublic UpdateScheduleDetails.Builder timeStarts(Date timeStarts)
This is the date and time the schedule starts, in the format defined by RFC 3339
Example: 2016-08-25T21:10:29.600Z
timeStarts
- the value to setpublic UpdateScheduleDetails.Builder timeEnds(Date timeEnds)
This is the date and time the schedule ends, in the format defined by RFC 3339
Example: 2016-08-25T21:10:29.600Z
timeEnds
- the value to setpublic UpdateScheduleDetails.Builder freeformTags(Map<String,String> freeformTags)
These are 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"}
freeformTags
- the value to setpublic UpdateScheduleDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
These are defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic UpdateScheduleDetails build()
public UpdateScheduleDetails.Builder copy(UpdateScheduleDetails model)
Copyright © 2016–2024. All rights reserved.