public static interface CfnBroker.MaintenanceWindowProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBroker.MaintenanceWindowProperty.Builder
A builder for
CfnBroker.MaintenanceWindowProperty |
static class |
CfnBroker.MaintenanceWindowProperty.Jsii$Proxy
An implementation for
CfnBroker.MaintenanceWindowProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBroker.MaintenanceWindowProperty.Builder |
builder() |
java.lang.String |
getDayOfWeek()
The day of the week.
|
java.lang.String |
getTimeOfDay()
The time, in 24-hour format.
|
java.lang.String |
getTimeZone()
The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
|
java.lang.String getDayOfWeek()
java.lang.String getTimeOfDay()
java.lang.String getTimeZone()
static CfnBroker.MaintenanceWindowProperty.Builder builder()