Interface EvaluationNote.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EvaluationNote.Builder,
,EvaluationNote> SdkBuilder<EvaluationNote.Builder,
,EvaluationNote> SdkPojo
- Enclosing class:
EvaluationNote
@Mutable
@NotThreadSafe
public static interface EvaluationNote.Builder
extends SdkPojo, CopyableBuilder<EvaluationNote.Builder,EvaluationNote>
-
Method Summary
Modifier and TypeMethodDescriptionThe note for an item (section or question) in a contact evaluation.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
-
value
The note for an item (section or question) in a contact evaluation.
Even though a note in an evaluation can have up to 3072 chars, there is also a limit on the total number of chars for all the notes in the evaluation combined. Assuming there are N questions in the evaluation being submitted, then the max char limit for all notes combined is N x 1024.
- Parameters:
value
- The note for an item (section or question) in a contact evaluation.Even though a note in an evaluation can have up to 3072 chars, there is also a limit on the total number of chars for all the notes in the evaluation combined. Assuming there are N questions in the evaluation being submitted, then the max char limit for all notes combined is N x 1024.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-