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