Uses of Interface
software.amazon.awssdk.services.connectcases.model.RequiredCaseRule.Builder
-
Packages that use RequiredCaseRule.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of RequiredCaseRule.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return RequiredCaseRule.Builder Modifier and Type Method Description static RequiredCaseRule.BuilderRequiredCaseRule. builder()RequiredCaseRule.BuilderRequiredCaseRule.Builder. conditions(Collection<BooleanCondition> conditions)List of conditions for the required rule; the first condition to evaluate to true dictates the value of the rule.RequiredCaseRule.BuilderRequiredCaseRule.Builder. conditions(Consumer<BooleanCondition.Builder>... conditions)List of conditions for the required rule; the first condition to evaluate to true dictates the value of the rule.RequiredCaseRule.BuilderRequiredCaseRule.Builder. conditions(BooleanCondition... conditions)List of conditions for the required rule; the first condition to evaluate to true dictates the value of the rule.RequiredCaseRule.BuilderRequiredCaseRule.Builder. defaultValue(Boolean defaultValue)The value of the rule (that is, whether the field is required) should none of the conditions evaluate to true.RequiredCaseRule.BuilderRequiredCaseRule. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type RequiredCaseRule.Builder Modifier and Type Method Description static Class<? extends RequiredCaseRule.Builder>RequiredCaseRule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type RequiredCaseRule.Builder Modifier and Type Method Description static CaseRuleDetailsCaseRuleDetails. fromRequired(Consumer<RequiredCaseRule.Builder> required)Create an instance of this class withCaseRuleDetails.required()initialized to the given value.default CaseRuleDetails.BuilderCaseRuleDetails.Builder. required(Consumer<RequiredCaseRule.Builder> required)Required rule type, used to indicate whether a field is required.
-