Package com.pulumi.gcp.dataloss.inputs
Class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataloss.inputs.PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
-
public static final class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs
build()
PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
groupIndexes(com.pulumi.core.Output<java.util.List<java.lang.Integer>> groupIndexes)
PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
groupIndexes(java.lang.Integer... groupIndexes)
PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
groupIndexes(java.util.List<java.lang.Integer> groupIndexes)
PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
pattern(com.pulumi.core.Output<java.lang.String> pattern)
PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
pattern(java.lang.String pattern)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs defaults)
-
-
Method Detail
-
groupIndexes
public PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder groupIndexes(@Nullable com.pulumi.core.Output<java.util.List<java.lang.Integer>> groupIndexes)
- Parameters:
groupIndexes
- The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.- Returns:
- builder
-
groupIndexes
public PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder groupIndexes(java.util.List<java.lang.Integer> groupIndexes)
- Parameters:
groupIndexes
- The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.- Returns:
- builder
-
groupIndexes
public PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder groupIndexes(java.lang.Integer... groupIndexes)
- Parameters:
groupIndexes
- The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.- Returns:
- builder
-
pattern
public PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder pattern(com.pulumi.core.Output<java.lang.String> pattern)
- Parameters:
pattern
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.- Returns:
- builder
-
pattern
public PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder pattern(java.lang.String pattern)
- Parameters:
pattern
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.- Returns:
- builder
-
build
public PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs build()
-
-