Package com.pulumi.gcp.dataloss.outputs
Class PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity
- java.lang.Object
-
- com.pulumi.gcp.dataloss.outputs.PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity
-
public final class PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity.Builder
builder()
static PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity.Builder
builder(PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity defaults)
java.util.Optional<java.lang.Integer>
windowAfter()
java.util.Optional<java.lang.Integer>
windowBefore()
-
-
-
Method Detail
-
windowAfter
public java.util.Optional<java.lang.Integer> windowAfter()
- Returns:
- Number of characters after the finding to consider.
-
windowBefore
public java.util.Optional<java.lang.Integer> windowBefore()
- Returns:
- Number of characters before the finding to consider.
-
builder
public static PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity.Builder builder()
-
builder
public static PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity.Builder builder(PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity defaults)
-
-