Interface EvaluationAutomationRuleCategory.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationAutomationRuleCategory.Builder,,EvaluationAutomationRuleCategory> SdkBuilder<EvaluationAutomationRuleCategory.Builder,,EvaluationAutomationRuleCategory> SdkPojo
- Enclosing class:
EvaluationAutomationRuleCategory
@Mutable
@NotThreadSafe
public static interface EvaluationAutomationRuleCategory.Builder
extends SdkPojo, CopyableBuilder<EvaluationAutomationRuleCategory.Builder,EvaluationAutomationRuleCategory>
-
Method Summary
Modifier and TypeMethodDescriptionA category label.An automation condition for a Contact Lens category.condition(QuestionRuleCategoryAutomationCondition condition) An automation condition for a Contact Lens category.pointsOfInterest(Collection<EvaluationTranscriptPointOfInterest> pointsOfInterest) A point of interest in a contact transcript that indicates match of condition.pointsOfInterest(Consumer<EvaluationTranscriptPointOfInterest.Builder>... pointsOfInterest) A point of interest in a contact transcript that indicates match of condition.pointsOfInterest(EvaluationTranscriptPointOfInterest... pointsOfInterest) A point of interest in a contact transcript that indicates match of condition.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
category
A category label.
- Parameters:
category- A category label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
condition
An automation condition for a Contact Lens category.
- Parameters:
condition- An automation condition for a Contact Lens category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
condition
EvaluationAutomationRuleCategory.Builder condition(QuestionRuleCategoryAutomationCondition condition) An automation condition for a Contact Lens category.
- Parameters:
condition- An automation condition for a Contact Lens category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pointsOfInterest
EvaluationAutomationRuleCategory.Builder pointsOfInterest(Collection<EvaluationTranscriptPointOfInterest> pointsOfInterest) A point of interest in a contact transcript that indicates match of condition.
- Parameters:
pointsOfInterest- A point of interest in a contact transcript that indicates match of condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pointsOfInterest
EvaluationAutomationRuleCategory.Builder pointsOfInterest(EvaluationTranscriptPointOfInterest... pointsOfInterest) A point of interest in a contact transcript that indicates match of condition.
- Parameters:
pointsOfInterest- A point of interest in a contact transcript that indicates match of condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pointsOfInterest
EvaluationAutomationRuleCategory.Builder pointsOfInterest(Consumer<EvaluationTranscriptPointOfInterest.Builder>... pointsOfInterest) A point of interest in a contact transcript that indicates match of condition.
This is a convenience method that creates an instance of theEvaluationTranscriptPointOfInterest.Builderavoiding the need to create one manually viaEvaluationTranscriptPointOfInterest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topointsOfInterest(List<EvaluationTranscriptPointOfInterest>).- Parameters:
pointsOfInterest- a consumer that will call methods onEvaluationTranscriptPointOfInterest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-