Class DataLossPreventionStoredInfoTypeDictionaryWordListStruct.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_stored_info_type.DataLossPreventionStoredInfoTypeDictionaryWordListStruct.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionStoredInfoTypeDictionaryWordListStruct>
- Enclosing interface:
- DataLossPreventionStoredInfoTypeDictionaryWordListStruct
@Stability(Stable) public static final class DataLossPreventionStoredInfoTypeDictionaryWordListStruct.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionStoredInfoTypeDictionaryWordListStruct>
A builder forDataLossPreventionStoredInfoTypeDictionaryWordListStruct
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionStoredInfoTypeDictionaryWordListStructbuild()Builds the configured instance.DataLossPreventionStoredInfoTypeDictionaryWordListStruct.Builderwords(List<String> words)Sets the value ofDataLossPreventionStoredInfoTypeDictionaryWordListStruct.getWords()
-
-
-
Method Detail
-
words
@Stability(Stable) public DataLossPreventionStoredInfoTypeDictionaryWordListStruct.Builder words(List<String> words)
Sets the value ofDataLossPreventionStoredInfoTypeDictionaryWordListStruct.getWords()- Parameters:
words- Words or phrases defining the dictionary. This parameter is required. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#words DataLossPreventionStoredInfoType#words}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionStoredInfoTypeDictionaryWordListStruct build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionStoredInfoTypeDictionaryWordListStruct>- Returns:
- a new instance of
DataLossPreventionStoredInfoTypeDictionaryWordListStruct - Throws:
NullPointerException- if any required attribute was not provided
-
-