Class MonitoringNotificationChannelTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.monitoring_notification_channel.MonitoringNotificationChannelTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MonitoringNotificationChannelTimeouts>
- Enclosing interface:
- MonitoringNotificationChannelTimeouts
@Stability(Stable) public static final class MonitoringNotificationChannelTimeouts.Builder extends Object implements software.amazon.jsii.Builder<MonitoringNotificationChannelTimeouts>
A builder forMonitoringNotificationChannelTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitoringNotificationChannelTimeoutsbuild()Builds the configured instance.MonitoringNotificationChannelTimeouts.Buildercreate(String create)Sets the value ofMonitoringNotificationChannelTimeouts.getCreate()MonitoringNotificationChannelTimeouts.Builderdelete(String delete)Sets the value ofMonitoringNotificationChannelTimeouts.getDelete()MonitoringNotificationChannelTimeouts.Builderupdate(String update)Sets the value ofMonitoringNotificationChannelTimeouts.getUpdate()
-
-
-
Method Detail
-
create
@Stability(Stable) public MonitoringNotificationChannelTimeouts.Builder create(String create)
Sets the value ofMonitoringNotificationChannelTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#create MonitoringNotificationChannel#create}.- Returns:
this
-
delete
@Stability(Stable) public MonitoringNotificationChannelTimeouts.Builder delete(String delete)
Sets the value ofMonitoringNotificationChannelTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#delete MonitoringNotificationChannel#delete}.- Returns:
this
-
update
@Stability(Stable) public MonitoringNotificationChannelTimeouts.Builder update(String update)
Sets the value ofMonitoringNotificationChannelTimeouts.getUpdate()- Parameters:
update- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#update MonitoringNotificationChannel#update}.- Returns:
this
-
build
@Stability(Stable) public MonitoringNotificationChannelTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MonitoringNotificationChannelTimeouts>- Returns:
- a new instance of
MonitoringNotificationChannelTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-