@Stability(value=Stable)
public static interface CfnBroker.MaintenanceWindowProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnBroker.MaintenanceWindowProperty.DayOfWeek`.
|
String |
getTimeOfDay()
`CfnBroker.MaintenanceWindowProperty.TimeOfDay`.
|
String |
getTimeZone()
`CfnBroker.MaintenanceWindowProperty.TimeZone`.
|
@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 © 2021. All rights reserved.