Interface AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder,AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails>,SdkBuilder<AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder,AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails>,SdkPojo
- Enclosing class:
- AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails
public static interface AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder extends SdkPojo, CopyableBuilder<AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder,AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.BuilderdayOfWeek(String dayOfWeek)The day of the week on which the maintenance window falls.AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.BuildertimeOfDay(String timeOfDay)The time, in 24-hour format, on which the maintenance window falls.AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.BuildertimeZone(String timeZone)The time zone in either the Country/City format or the UTC offset format.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dayOfWeek
AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder dayOfWeek(String dayOfWeek)
The day of the week on which the maintenance window falls.
- Parameters:
dayOfWeek- The day of the week on which the maintenance window falls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeOfDay
AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder timeOfDay(String timeOfDay)
The time, in 24-hour format, on which the maintenance window falls.
- Parameters:
timeOfDay- The time, in 24-hour format, on which the maintenance window falls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeZone
AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder timeZone(String timeZone)
The time zone in either the Country/City format or the UTC offset format. UTC is the default format.
- Parameters:
timeZone- The time zone in either the Country/City format or the UTC offset format. UTC is the default format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-