Interface EvaluationAnswerData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationAnswerData.Builder,,EvaluationAnswerData> SdkBuilder<EvaluationAnswerData.Builder,,EvaluationAnswerData> SdkPojo
- Enclosing class:
EvaluationAnswerData
@Mutable
@NotThreadSafe
public static interface EvaluationAnswerData.Builder
extends SdkPojo, CopyableBuilder<EvaluationAnswerData.Builder,EvaluationAnswerData>
-
Method Summary
Modifier and TypeMethodDescriptiondateTimeValue(String dateTimeValue) Date and time value provided as an answer to an evaluation question.notApplicable(Boolean notApplicable) The flag to mark the question as not applicable.numericValue(Double numericValue) The numeric value for an answer in a contact evaluation.stringValue(String stringValue) The string value for an answer in a contact evaluation.stringValues(String... stringValues) String values provided as answers to evaluation questions.stringValues(Collection<String> stringValues) String values provided as answers to evaluation questions.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
-
stringValue
The string value for an answer in a contact evaluation.
- Parameters:
stringValue- The string value for an answer in a contact evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numericValue
The numeric value for an answer in a contact evaluation.
- Parameters:
numericValue- The numeric value for an answer in a contact evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringValues
String values provided as answers to evaluation questions.
- Parameters:
stringValues- String values provided as answers to evaluation questions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringValues
String values provided as answers to evaluation questions.
- Parameters:
stringValues- String values provided as answers to evaluation questions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateTimeValue
Date and time value provided as an answer to an evaluation question.
- Parameters:
dateTimeValue- Date and time value provided as an answer to an evaluation question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notApplicable
The flag to mark the question as not applicable.
- Parameters:
notApplicable- The flag to mark the question as not applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-