Interface CfnBrokerPropsMixin.MaintenanceWindowProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBrokerPropsMixin.MaintenanceWindowProperty.Jsii$Proxy
- Enclosing class:
CfnBrokerPropsMixin
@Stability(Stable)
public static interface CfnBrokerPropsMixin.MaintenanceWindowProperty
extends software.amazon.jsii.JsiiSerializable
The parameters that determine the WeeklyStartTime.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.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 forCfnBrokerPropsMixin.MaintenanceWindowPropertystatic final classAn implementation forCfnBrokerPropsMixin.MaintenanceWindowProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDayOfWeek
Required.The day of the week.
- See Also:
-
getTimeOfDay
Required.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
-