Class DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScore.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScore.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScore>
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScore
@Stability(Stable) public static final class DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScore.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScore>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScorebuild()Builds the configured instance.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScore.Builderscore(String score)
-
-
-
Method Detail
-
score
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScore.Builder score(String score)
Sets the value ofDataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScore.getScore()- Parameters:
score- The sensitivity score applied to the resource. Possible values: ["SENSITIVITY_LOW", "SENSITIVITY_MODERATE", "SENSITIVITY_HIGH"]. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#score DataLossPreventionJobTrigger#score}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScore build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScore>- Returns:
- a new instance of
DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesSensitivityScore - Throws:
NullPointerException- if any required attribute was not provided
-
-