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