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