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