Interface AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation.Builder,
,AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation> SdkBuilder<AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation.Builder,
,AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation.Builder,AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation>
-
Method Summary
Modifier and TypeMethodDescriptionThe feedback information about rule performance, including suggestions for improvements or corrections.The list of rule identifiers that the feedback applies to.ruleIds
(Collection<String> ruleIds) The list of rule identifiers that the feedback applies to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ruleIds
AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation.Builder ruleIds(Collection<String> ruleIds) The list of rule identifiers that the feedback applies to.
- Parameters:
ruleIds
- The list of rule identifiers that the feedback applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleIds
The list of rule identifiers that the feedback applies to.
- Parameters:
ruleIds
- The list of rule identifiers that the feedback applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feedback
The feedback information about rule performance, including suggestions for improvements or corrections.
- Parameters:
feedback
- The feedback information about rule performance, including suggestions for improvements or corrections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-