public static interface AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder extends SdkPojo, CopyableBuilder<AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder,AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder |
dayOfWeek(String dayOfWeek)
The day of the week on which the maintenance window falls.
|
AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder |
timeOfDay(String timeOfDay)
The time, in 24-hour format, on which the maintenance window falls.
|
AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder |
timeZone(String timeZone)
The time zone in either the Country/City format or the UTC offset format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder dayOfWeek(String dayOfWeek)
The day of the week on which the maintenance window falls.
dayOfWeek - The day of the week on which the maintenance window falls.AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder timeOfDay(String timeOfDay)
The time, in 24-hour format, on which the maintenance window falls.
timeOfDay - The time, in 24-hour format, on which the maintenance window falls.AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder timeZone(String timeZone)
The time zone in either the Country/City format or the UTC offset format. UTC is the default format.
timeZone - The time zone in either the Country/City format or the UTC offset format. UTC is the default format.Copyright © 2023. All rights reserved.