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