Class DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath>
- Enclosing interface:
- DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath
@Stability(Stable) public static final class DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePathbuild()Builds the configured instance.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath.Builderpath(String path)
-
-
-
Method Detail
-
path
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath.Builder path(String path)
Sets the value ofDataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath.getPath()- Parameters:
path- A url representing a file or path (no wildcards) in Cloud Storage. Example: 'gs://[BUCKET_NAME]/dictionary.txt'. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#path DataLossPreventionInspectTemplate#path}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath>- Returns:
- a new instance of
DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath - Throws:
NullPointerException- if any required attribute was not provided
-
-