Interface RetrievalContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RetrievalContent.Builder,,RetrievalContent> SdkBuilder<RetrievalContent.Builder,,RetrievalContent> SdkPojo
- Enclosing class:
RetrievalContent
@Mutable
@NotThreadSafe
public static interface RetrievalContent.Builder
extends SdkPojo, CopyableBuilder<RetrievalContent.Builder,RetrievalContent>
-
Method Summary
Modifier and TypeMethodDescriptionbyteContent(SdkBytes byteContent) The binary content of the retrieved item.The MIME type of the retrieved content.The text content of the retrieved item.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
-
byteContent
The binary content of the retrieved item.
- Parameters:
byteContent- The binary content of the retrieved item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mimeType
The MIME type of the retrieved content.
- Parameters:
mimeType- The MIME type of the retrieved content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
text
The text content of the retrieved item.
- Parameters:
text- The text content of the retrieved item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-