Package com.pulumi.gcp.dataloss.inputs
Class PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataloss.inputs.PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
-
public static final class PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs
build()
PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
groupIndexes(com.pulumi.core.Output<java.util.List<java.lang.Integer>> groupIndexes)
PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
groupIndexes(java.lang.Integer... groupIndexes)
PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
groupIndexes(java.util.List<java.lang.Integer> groupIndexes)
PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
pattern(com.pulumi.core.Output<java.lang.String> pattern)
PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.Builder
pattern(java.lang.String pattern)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs defaults)
-
-
Method Detail
-
groupIndexes
public PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.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 PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.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 PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.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 PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.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 PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs.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 PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs build()
-
-