Class DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfig>
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfig
@Stability(Stable) public static final class DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfig.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfigbuild()Builds the configured instance.DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfig.Buildertable(DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfigTable table)
-
-
-
Method Detail
-
table
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfig.Builder table(DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfigTable table)
Sets the value ofDataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfig.getTable()- Parameters:
table- table block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#table DataLossPreventionJobTrigger#table}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfig>- Returns:
- a new instance of
DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationDetailsStorageConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-