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