Class DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions>
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions
@Stability(Stable) public static final class DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptionsbuild()Builds the configured instance.DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builderdescription(String description)DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builderlabels(Map<String,String> labels)DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.BuilderrequiredFindingLabelKeys(List<String> requiredFindingLabelKeys)DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.BuildertableOptions(DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptionsTableOptions tableOptions)
-
-
-
Method Detail
-
description
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builder description(String description)
- Parameters:
description- A short description of where the data is coming from. Will be stored once in the job. 256 max length. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#description DataLossPreventionJobTrigger#description}- Returns:
this
-
labels
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builder labels(Map<String,String> labels)
- Parameters:
labels- To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?'. Label values must be between 0 and 63 characters long and must conform to the regular expression '([a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?)?'. No more than 10 labels can be associated with a given finding. Examples: * '"environment" : "production"' * '"pipeline" : "etl"' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#labels DataLossPreventionJobTrigger#labels}- Returns:
this
-
requiredFindingLabelKeys
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builder requiredFindingLabelKeys(List<String> requiredFindingLabelKeys)
Sets the value ofDataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.getRequiredFindingLabelKeys()- Parameters:
requiredFindingLabelKeys- These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?'. No more than 10 keys can be required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#required_finding_label_keys DataLossPreventionJobTrigger#required_finding_label_keys}- Returns:
this
-
tableOptions
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builder tableOptions(DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptionsTableOptions tableOptions)
Sets the value ofDataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.getTableOptions()- Parameters:
tableOptions- table_options block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#table_options DataLossPreventionJobTrigger#table_options}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions>- Returns:
- a new instance of
DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-