Class DataLossPreventionJobTriggerInspectJobInspectConfigLimits.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigLimits.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigLimits>
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobInspectConfigLimits
@Stability(Stable) public static final class DataLossPreventionJobTriggerInspectJobInspectConfigLimits.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigLimits>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionJobTriggerInspectJobInspectConfigLimitsbuild()Builds the configured instance.DataLossPreventionJobTriggerInspectJobInspectConfigLimits.BuildermaxFindingsPerInfoType(com.hashicorp.cdktf.IResolvable maxFindingsPerInfoType)DataLossPreventionJobTriggerInspectJobInspectConfigLimits.BuildermaxFindingsPerInfoType(List<? extends DataLossPreventionJobTriggerInspectJobInspectConfigLimitsMaxFindingsPerInfoType> maxFindingsPerInfoType)DataLossPreventionJobTriggerInspectJobInspectConfigLimits.BuildermaxFindingsPerItem(Number maxFindingsPerItem)DataLossPreventionJobTriggerInspectJobInspectConfigLimits.BuildermaxFindingsPerRequest(Number maxFindingsPerRequest)
-
-
-
Method Detail
-
maxFindingsPerInfoType
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigLimits.Builder maxFindingsPerInfoType(com.hashicorp.cdktf.IResolvable maxFindingsPerInfoType)
Sets the value ofDataLossPreventionJobTriggerInspectJobInspectConfigLimits.getMaxFindingsPerInfoType()- Parameters:
maxFindingsPerInfoType- max_findings_per_info_type block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#max_findings_per_info_type DataLossPreventionJobTrigger#max_findings_per_info_type}- Returns:
this
-
maxFindingsPerInfoType
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigLimits.Builder maxFindingsPerInfoType(List<? extends DataLossPreventionJobTriggerInspectJobInspectConfigLimitsMaxFindingsPerInfoType> maxFindingsPerInfoType)
Sets the value ofDataLossPreventionJobTriggerInspectJobInspectConfigLimits.getMaxFindingsPerInfoType()- Parameters:
maxFindingsPerInfoType- max_findings_per_info_type block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#max_findings_per_info_type DataLossPreventionJobTrigger#max_findings_per_info_type}- Returns:
this
-
maxFindingsPerItem
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigLimits.Builder maxFindingsPerItem(Number maxFindingsPerItem)
- Parameters:
maxFindingsPerItem- Max number of findings that will be returned for each item scanned. The maximum returned is 2000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#max_findings_per_item DataLossPreventionJobTrigger#max_findings_per_item}- Returns:
this
-
maxFindingsPerRequest
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigLimits.Builder maxFindingsPerRequest(Number maxFindingsPerRequest)
Sets the value ofDataLossPreventionJobTriggerInspectJobInspectConfigLimits.getMaxFindingsPerRequest()- Parameters:
maxFindingsPerRequest- Max number of findings that will be returned per request/job. The maximum returned is 2000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#max_findings_per_request DataLossPreventionJobTrigger#max_findings_per_request}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigLimits build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigLimits>- Returns:
- a new instance of
DataLossPreventionJobTriggerInspectJobInspectConfigLimits - Throws:
NullPointerException- if any required attribute was not provided
-
-