Class DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore>
- Enclosing interface:
- DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore
@Stability(Stable) public static final class DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScorebuild()Builds the configured instance.DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore.Builderscore(String score)
-
-
-
Method Detail
-
score
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore.Builder score(String score)
Sets the value ofDataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore.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_inspect_template#score DataLossPreventionInspectTemplate#score}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore>- Returns:
- a new instance of
DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore - Throws:
NullPointerException- if any required attribute was not provided
-
-