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