Class DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary>
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary
@Stability(Stable) public static final class DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionarybuild()Builds the configured instance.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary.BuildercloudStoragePath(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath cloudStoragePath)DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary.BuilderwordList(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct wordList)
-
-
-
Method Detail
-
cloudStoragePath
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary.Builder cloudStoragePath(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath cloudStoragePath)
Sets the value ofDataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary.getCloudStoragePath()- Parameters:
cloudStoragePath- cloud_storage_path block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#cloud_storage_path DataLossPreventionJobTrigger#cloud_storage_path}- Returns:
this
-
wordList
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary.Builder wordList(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct wordList)
Sets the value ofDataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary.getWordList()- Parameters:
wordList- word_list block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#word_list DataLossPreventionJobTrigger#word_list}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary>- Returns:
- a new instance of
DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary - Throws:
NullPointerException- if any required attribute was not provided
-
-