Interface AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder

    • 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.