Interface NotesChunkDataDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NotesChunkDataDetails.Builder,,NotesChunkDataDetails> SdkBuilder<NotesChunkDataDetails.Builder,,NotesChunkDataDetails> SdkPojo
- Enclosing class:
NotesChunkDataDetails
@Mutable
@NotThreadSafe
public static interface NotesChunkDataDetails.Builder
extends SdkPojo, CopyableBuilder<NotesChunkDataDetails.Builder,NotesChunkDataDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncompletion(String completion) A chunk of the notes completion.nextChunkToken(String nextChunkToken) The token for the next chunk of notes data.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
-
completion
A chunk of the notes completion.
- Parameters:
completion- A chunk of the notes completion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextChunkToken
The token for the next chunk of notes data.
- Parameters:
nextChunkToken- The token for the next chunk of notes data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-