public static class UpdateMaintenanceWindowDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateMaintenanceWindowDetails |
build() |
UpdateMaintenanceWindowDetails.Builder |
copy(UpdateMaintenanceWindowDetails model) |
UpdateMaintenanceWindowDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateMaintenanceWindowDetails.Builder |
description(String description)
A user-friendly description.
|
UpdateMaintenanceWindowDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
UpdateMaintenanceWindowDetails.Builder |
duration(String duration)
Duration of the maintenance window.
|
UpdateMaintenanceWindowDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateMaintenanceWindowDetails.Builder |
isOutage(Boolean isOutage)
Does the maintenenace window cause outage? An outage indicates whether a maintenance
window can consider operations that require downtime.
|
UpdateMaintenanceWindowDetails.Builder |
isRecurring(Boolean isRecurring)
Is this a recurring maintenance window?
|
UpdateMaintenanceWindowDetails.Builder |
maintenanceWindowType(MaintenanceWindowType maintenanceWindowType)
MaintenanceWindow Identifier
|
UpdateMaintenanceWindowDetails.Builder |
recurrences(String recurrences)
Recurrence rule specification if maintenance window recurring.
|
UpdateMaintenanceWindowDetails.Builder |
taskInitiationCutoff(Integer taskInitiationCutoff)
Task initiation cutoff time for the maintenance window.
|
UpdateMaintenanceWindowDetails.Builder |
timeScheduleStart(Date timeScheduleStart)
Specify the date and time of the day that the maintenance window starts.
|
public UpdateMaintenanceWindowDetails.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
displayName
- the value to setpublic UpdateMaintenanceWindowDetails.Builder description(String description)
A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
description
- the value to setpublic UpdateMaintenanceWindowDetails.Builder maintenanceWindowType(MaintenanceWindowType maintenanceWindowType)
MaintenanceWindow Identifier
maintenanceWindowType
- the value to setpublic UpdateMaintenanceWindowDetails.Builder isOutage(Boolean isOutage)
Does the maintenenace window cause outage? An outage indicates whether a maintenance window can consider operations that require downtime. It means a period when the application is not accessible.
isOutage
- the value to setpublic UpdateMaintenanceWindowDetails.Builder timeScheduleStart(Date timeScheduleStart)
Specify the date and time of the day that the maintenance window starts.
timeScheduleStart
- the value to setpublic UpdateMaintenanceWindowDetails.Builder duration(String duration)
Duration of the maintenance window. Specify how long the maintenance window remains open.
duration
- the value to setpublic UpdateMaintenanceWindowDetails.Builder isRecurring(Boolean isRecurring)
Is this a recurring maintenance window?
isRecurring
- the value to setpublic UpdateMaintenanceWindowDetails.Builder recurrences(String recurrences)
Recurrence rule specification if maintenance window recurring. Specify the frequency of running the maintenance window.
recurrences
- the value to setpublic UpdateMaintenanceWindowDetails.Builder taskInitiationCutoff(Integer taskInitiationCutoff)
Task initiation cutoff time for the maintenance window.
taskInitiationCutoff
- the value to setpublic UpdateMaintenanceWindowDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateMaintenanceWindowDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateMaintenanceWindowDetails build()
public UpdateMaintenanceWindowDetails.Builder copy(UpdateMaintenanceWindowDetails model)
Copyright © 2016–2024. All rights reserved.