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