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