Interface AutoEvaluationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutoEvaluationDetails.Builder,,AutoEvaluationDetails> SdkBuilder<AutoEvaluationDetails.Builder,,AutoEvaluationDetails> SdkPojo
- Enclosing class:
AutoEvaluationDetails
@Mutable
@NotThreadSafe
public static interface AutoEvaluationDetails.Builder
extends SdkPojo, CopyableBuilder<AutoEvaluationDetails.Builder,AutoEvaluationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionautoEvaluationEnabled(Boolean autoEvaluationEnabled) Whether automated evaluation is enabled.autoEvaluationStatus(String autoEvaluationStatus) The status of the contact auto-evaluation.autoEvaluationStatus(AutoEvaluationStatus autoEvaluationStatus) The status of the contact auto-evaluation.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
-
autoEvaluationEnabled
Whether automated evaluation is enabled.
- Parameters:
autoEvaluationEnabled- Whether automated evaluation is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEvaluationStatus
The status of the contact auto-evaluation.
- Parameters:
autoEvaluationStatus- The status of the contact auto-evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoEvaluationStatus
The status of the contact auto-evaluation.
- Parameters:
autoEvaluationStatus- The status of the contact auto-evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-