Package com.moesif.api.models
Class GovernanceRuleRegexRuleBuilder
java.lang.Object
com.moesif.api.models.GovernanceRuleRegexRuleBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor to initialize the instance -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the instance with the given valuesconditions(List<GovernanceRuleRegexConditionModel> conditions) the conditionssampleRate(int sampleRate) the sampleRate
-
Constructor Details
-
GovernanceRuleRegexRuleBuilder
public GovernanceRuleRegexRuleBuilder()Default constructor to initialize the instance
-
-
Method Details
-
conditions
public GovernanceRuleRegexRuleBuilder conditions(List<GovernanceRuleRegexConditionModel> conditions) the conditions- Parameters:
conditions- the field to set- Returns:
- itself
-
sampleRate
the sampleRate- Parameters:
sampleRate- the field to set- Returns:
- itself
-
build
Build the instance with the given values- Returns:
- The built GovernanceRuleRegexRuleModel
-