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 SummaryModifier and TypeMethodDescriptionThe text content of the memory record.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
textThe 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.
 
 
-