Package com.pulumi.gcp.dataloss.inputs
Class PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataloss.inputs.PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs.Builder
-
- Enclosing class:
- PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs
public static final class PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs defaults)
-
-
Method Detail
-
bucketName
public PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs.Builder bucketName(com.pulumi.core.Output<java.lang.String> bucketName)
- Parameters:
bucketName
- The name of a Cloud Storage bucket.- Returns:
- builder
-
bucketName
public PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs.Builder bucketName(java.lang.String bucketName)
- Parameters:
bucketName
- The name of a Cloud Storage bucket.- Returns:
- builder
-
excludeRegexes
public PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs.Builder excludeRegexes(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> excludeRegexes)
- Parameters:
excludeRegexes
- A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan.- Returns:
- builder
-
excludeRegexes
public PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs.Builder excludeRegexes(java.util.List<java.lang.String> excludeRegexes)
- Parameters:
excludeRegexes
- A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan.- Returns:
- builder
-
excludeRegexes
public PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs.Builder excludeRegexes(java.lang.String... excludeRegexes)
- Parameters:
excludeRegexes
- A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan.- Returns:
- builder
-
includeRegexes
public PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs.Builder includeRegexes(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> includeRegexes)
- Parameters:
includeRegexes
- A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in excludeRegex. Leaving this field empty will match all files by default (this is equivalent to including .* in the list)- Returns:
- builder
-
includeRegexes
public PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs.Builder includeRegexes(java.util.List<java.lang.String> includeRegexes)
- Parameters:
includeRegexes
- A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in excludeRegex. Leaving this field empty will match all files by default (this is equivalent to including .* in the list)- Returns:
- builder
-
includeRegexes
public PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs.Builder includeRegexes(java.lang.String... includeRegexes)
- Parameters:
includeRegexes
- A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in excludeRegex. Leaving this field empty will match all files by default (this is equivalent to including .* in the list)- Returns:
- builder
-
-