Class DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary>
- Enclosing interface:
- DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary
@Stability(Stable) public static final class DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionarybuild()Builds the configured instance.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary.BuildercloudStoragePath(DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath cloudStoragePath)DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary.BuilderwordList(DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct wordList)
-
-
-
Method Detail
-
cloudStoragePath
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary.Builder cloudStoragePath(DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath cloudStoragePath)
Sets the value ofDataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary.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_inspect_template#cloud_storage_path DataLossPreventionInspectTemplate#cloud_storage_path}- Returns:
this
-
wordList
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary.Builder wordList(DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct wordList)
Sets the value ofDataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary.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_inspect_template#word_list DataLossPreventionInspectTemplate#word_list}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary>- Returns:
- a new instance of
DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary - Throws:
NullPointerException- if any required attribute was not provided
-
-