@Stability(value=Stable)
public static interface CfnBroker.MaintenanceWindowProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getDayOfWeek()
The day of the week.
|
String |
getTimeOfDay()
The time, in 24-hour format.
|
String |
getTimeZone()
The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
|
@Stability(value=Stable) @NotNull String getDayOfWeek()
@Stability(value=Stable) @NotNull String getTimeOfDay()
@Stability(value=Stable) @NotNull String getTimeZone()
@Stability(value=Stable) static CfnBroker.MaintenanceWindowProperty.Builder builder()
Copyright © 2022. All rights reserved.