@Stability(value=Stable) public static final class CfnBroker.MaintenanceWindowProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBroker.MaintenanceWindowProperty>
CfnBroker.MaintenanceWindowProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBroker.MaintenanceWindowProperty |
build()
Builds the configured instance.
|
CfnBroker.MaintenanceWindowProperty.Builder |
dayOfWeek(String dayOfWeek)
Sets the value of
CfnBroker.MaintenanceWindowProperty.getDayOfWeek() |
CfnBroker.MaintenanceWindowProperty.Builder |
timeOfDay(String timeOfDay)
Sets the value of
CfnBroker.MaintenanceWindowProperty.getTimeOfDay() |
CfnBroker.MaintenanceWindowProperty.Builder |
timeZone(String timeZone)
Sets the value of
CfnBroker.MaintenanceWindowProperty.getTimeZone() |
@Stability(value=Stable) public CfnBroker.MaintenanceWindowProperty.Builder dayOfWeek(String dayOfWeek)
CfnBroker.MaintenanceWindowProperty.getDayOfWeek()dayOfWeek - The day of the week. This parameter is required.this@Stability(value=Stable) public CfnBroker.MaintenanceWindowProperty.Builder timeOfDay(String timeOfDay)
CfnBroker.MaintenanceWindowProperty.getTimeOfDay()timeOfDay - The time, in 24-hour format. This parameter is required.this@Stability(value=Stable) public CfnBroker.MaintenanceWindowProperty.Builder timeZone(String timeZone)
CfnBroker.MaintenanceWindowProperty.getTimeZone()timeZone - The time zone, UTC by default, in either the Country/City format, or the UTC offset format. This parameter is required.this@Stability(value=Stable) public CfnBroker.MaintenanceWindowProperty build()
build in interface software.amazon.jsii.Builder<CfnBroker.MaintenanceWindowProperty>CfnBroker.MaintenanceWindowPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.