Package com.moesif.api.models
Class GovernanceRuleRegexRuleBuilder
- java.lang.Object
-
- com.moesif.api.models.GovernanceRuleRegexRuleBuilder
-
public class GovernanceRuleRegexRuleBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description GovernanceRuleRegexRuleBuilder()Default constructor to initialize the instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GovernanceRuleRegexRuleModelbuild()Build the instance with the given valuesGovernanceRuleRegexRuleBuilderconditions(List<GovernanceRuleRegexConditionModel> conditions)the conditionsGovernanceRuleRegexRuleBuildersampleRate(int sampleRate)the sampleRate
-
-
-
Method Detail
-
conditions
public GovernanceRuleRegexRuleBuilder conditions(List<GovernanceRuleRegexConditionModel> conditions)
the conditions- Parameters:
conditions- the field to set- Returns:
- itself
-
sampleRate
public GovernanceRuleRegexRuleBuilder sampleRate(int sampleRate)
the sampleRate- Parameters:
sampleRate- the field to set- Returns:
- itself
-
build
public GovernanceRuleRegexRuleModel build()
Build the instance with the given values- Returns:
- The built GovernanceRuleRegexRuleModel
-
-