Package com.pulumi.gcp.dataloss.outputs
Class PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRule
- java.lang.Object
-
- com.pulumi.gcp.dataloss.outputs.PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRule
-
public final class PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRule extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRule.Builder
builder()
static PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRule.Builder
builder(PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRule defaults)
java.util.Optional<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRuleHotwordRegex>
hotwordRegex()
java.util.Optional<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRuleLikelihoodAdjustment>
likelihoodAdjustment()
java.util.Optional<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRuleProximity>
proximity()
-
-
-
Method Detail
-
hotwordRegex
public java.util.Optional<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRuleHotwordRegex> hotwordRegex()
- Returns:
- Regular expression pattern defining what qualifies as a hotword. Structure is documented below.
-
likelihoodAdjustment
public java.util.Optional<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRuleLikelihoodAdjustment> likelihoodAdjustment()
- Returns:
- Likelihood adjustment to apply to all matching findings. Structure is documented below.
-
proximity
public java.util.Optional<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRuleProximity> proximity()
- Returns:
- Proximity of the finding within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. Note that the finding itself will be included in the window, so that hotwords may be used to match substrings of the finding itself. For example, the certainty of a phone number regex `(\d{3}) \d{3}-\d{4}` could be adjusted upwards if the area code is known to be the local area code of a company office using the hotword regex `(xxx)`, where `xxx` is the area code in question. Structure is documented below.
-
builder
public static PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRule.Builder builder()
-
builder
public static PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRule.Builder builder(PreventionJobTriggerInspectJobInspectConfigRuleSetRuleHotwordRule defaults)
-
-