Interface CfnBroker.MaintenanceWindowProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBroker.MaintenanceWindowProperty.Jsii$Proxy
- Enclosing class:
CfnBroker
@Stability(Stable)
public static interface CfnBroker.MaintenanceWindowProperty
extends software.amazon.jsii.JsiiSerializable
The parameters that determine the
WeeklyStartTime to apply pending updates or patches to the broker.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.amazonmq.*;
MaintenanceWindowProperty maintenanceWindowProperty = MaintenanceWindowProperty.builder()
.dayOfWeek("dayOfWeek")
.timeOfDay("timeOfDay")
.timeZone("timeZone")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBroker.MaintenanceWindowPropertystatic final classAn implementation forCfnBroker.MaintenanceWindowProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The day of the week.The time, in 24-hour format.The time zone, UTC by default, in either the Country/City format, or the UTC offset format.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDayOfWeek
The day of the week.- See Also:
-
getTimeOfDay
The time, in 24-hour format.- See Also:
-
getTimeZone
The time zone, UTC by default, in either the Country/City format, or the UTC offset format.- See Also:
-
builder
-