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