Uses of Class
com.hashicorp.cdktf.providers.aws.mq_broker.MqBrokerMaintenanceWindowStartTime.Builder
-
Packages that use MqBrokerMaintenanceWindowStartTime.Builder Package Description com.hashicorp.cdktf.providers.aws.mq_broker aws_mq_broker -
-
Uses of MqBrokerMaintenanceWindowStartTime.Builder in com.hashicorp.cdktf.providers.aws.mq_broker
Methods in com.hashicorp.cdktf.providers.aws.mq_broker that return MqBrokerMaintenanceWindowStartTime.Builder Modifier and Type Method Description static MqBrokerMaintenanceWindowStartTime.BuilderMqBrokerMaintenanceWindowStartTime. builder()MqBrokerMaintenanceWindowStartTime.BuilderMqBrokerMaintenanceWindowStartTime.Builder. dayOfWeek(String dayOfWeek)Sets the value ofMqBrokerMaintenanceWindowStartTime.getDayOfWeek()MqBrokerMaintenanceWindowStartTime.BuilderMqBrokerMaintenanceWindowStartTime.Builder. timeOfDay(String timeOfDay)Sets the value ofMqBrokerMaintenanceWindowStartTime.getTimeOfDay()MqBrokerMaintenanceWindowStartTime.BuilderMqBrokerMaintenanceWindowStartTime.Builder. timeZone(String timeZone)Sets the value ofMqBrokerMaintenanceWindowStartTime.getTimeZone()Constructors in com.hashicorp.cdktf.providers.aws.mq_broker with parameters of type MqBrokerMaintenanceWindowStartTime.Builder Constructor Description Jsii$Proxy(MqBrokerMaintenanceWindowStartTime.Builder builder)Constructor that initializes the object based on literal property values passed by theMqBrokerMaintenanceWindowStartTime.Builder.
-