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