Class MqBrokerMaintenanceWindowStartTime.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.mq_broker.MqBrokerMaintenanceWindowStartTime.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MqBrokerMaintenanceWindowStartTime>
- Enclosing interface:
- MqBrokerMaintenanceWindowStartTime
@Stability(Stable) public static final class MqBrokerMaintenanceWindowStartTime.Builder extends Object implements software.amazon.jsii.Builder<MqBrokerMaintenanceWindowStartTime>
A builder forMqBrokerMaintenanceWindowStartTime
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MqBrokerMaintenanceWindowStartTimebuild()Builds the configured instance.MqBrokerMaintenanceWindowStartTime.BuilderdayOfWeek(String dayOfWeek)Sets the value ofMqBrokerMaintenanceWindowStartTime.getDayOfWeek()MqBrokerMaintenanceWindowStartTime.BuildertimeOfDay(String timeOfDay)Sets the value ofMqBrokerMaintenanceWindowStartTime.getTimeOfDay()MqBrokerMaintenanceWindowStartTime.BuildertimeZone(String timeZone)Sets the value ofMqBrokerMaintenanceWindowStartTime.getTimeZone()
-
-
-
Method Detail
-
dayOfWeek
@Stability(Stable) public MqBrokerMaintenanceWindowStartTime.Builder dayOfWeek(String dayOfWeek)
Sets the value ofMqBrokerMaintenanceWindowStartTime.getDayOfWeek()- Parameters:
dayOfWeek- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#day_of_week MqBroker#day_of_week}. This parameter is required.- Returns:
this
-
timeOfDay
@Stability(Stable) public MqBrokerMaintenanceWindowStartTime.Builder timeOfDay(String timeOfDay)
Sets the value ofMqBrokerMaintenanceWindowStartTime.getTimeOfDay()- Parameters:
timeOfDay- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#time_of_day MqBroker#time_of_day}. This parameter is required.- Returns:
this
-
timeZone
@Stability(Stable) public MqBrokerMaintenanceWindowStartTime.Builder timeZone(String timeZone)
Sets the value ofMqBrokerMaintenanceWindowStartTime.getTimeZone()- Parameters:
timeZone- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker#time_zone MqBroker#time_zone}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public MqBrokerMaintenanceWindowStartTime build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MqBrokerMaintenanceWindowStartTime>- Returns:
- a new instance of
MqBrokerMaintenanceWindowStartTime - Throws:
NullPointerException- if any required attribute was not provided
-
-