Interface MemoryContent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MemoryContent.Builder,
,MemoryContent> SdkBuilder<MemoryContent.Builder,
,MemoryContent> SdkPojo
- Enclosing class:
MemoryContent
@Mutable
@NotThreadSafe
public static interface MemoryContent.Builder
extends SdkPojo, CopyableBuilder<MemoryContent.Builder,MemoryContent>
-
Method Summary
Modifier and TypeMethodDescriptionThe text content of the memory record.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
-
text
The text content of the memory record.
- Parameters:
text
- The text content of the memory record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-