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